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

6 lines
178 B
Plaintext

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 };