|
12345 |
- import type { ConfigOptions, Hooks } from './types';
- export declare const DEFAULT_CONFIGS: () => ConfigOptions;
- export declare const SUPPORTED_HOOKS: (keyof Hooks)[];
- export declare const SUPPORTED_FILE_EXTENSIONS: string[];
- //# sourceMappingURL=constants.d.ts.map
|