astro-ghostcms/.pnpm-store/v3/files/4d/5893e1d85bda3c55d4022852268...

5 lines
160 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import { URIRegExps } from "./uri";
export declare function buildExps(isIRI: boolean): URIRegExps;
declare const _default: URIRegExps;
export default _default;