UNPKG

@boost/config

Version:

Powerful convention based finder, loader, and manager of both configuration and ignore files.

7 lines 330 B
import type { ExtType } from './types'; export declare const CONFIG_FOLDER = ".config"; export declare const ROOT_CONFIG_DIR_REGEX: RegExp; export declare const ROOT_CONFIG_FILE_REGEX: RegExp; export declare const PACKAGE_FILE = "package.json"; export declare const DEFAULT_EXTS: ExtType[]; //# sourceMappingURL=constants.d.ts.map