Files
boc/services/frilans-payout/node_modules/vite-node/dist/constants.d.ts
T

6 lines
178 B
TypeScript
Raw Normal View History

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