astro-ghostcms/.pnpm-store/v3/files/3e/a172f74262e88945b1ab5e3f466...

6 lines
178 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
declare const KNOWN_ASSET_TYPES: string[];
declare const KNOWN_ASSET_RE: RegExp;
declare const CSS_LANGS_RE: RegExp;
export { CSS_LANGS_RE, KNOWN_ASSET_RE, KNOWN_ASSET_TYPES };