mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-18 16:02:57 +00:00
6 lines
178 B
TypeScript
6 lines
178 B
TypeScript
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 };
|