File size: 178 Bytes
bc20498
 
 
 
 
1
2
3
4
5
6
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 };