cspell-lib
Version:
A library of useful functions used across various cspell tools.
6 lines • 409 B
TypeScript
export declare const configSettingsFileVersion0_1 = "0.1";
export declare const configSettingsFileVersion0_2 = "0.2";
export declare const currentSettingsFileVersion: typeof configSettingsFileVersion0_2;
export declare const ENV_CSPELL_GLOB_ROOT = "CSPELL_GLOB_ROOT";
export declare const defaultConfigFileModuleRef = "@cspell/cspell-bundled-dicts/cspell-default.json";
//# sourceMappingURL=constants.d.ts.map