@cspell/cspell-tools
Version:
Tools to assist with the development of cSpell
4 lines • 360 B
TypeScript
export type { CompileRequest, CompileSourceOptions, CompileTargetOptions, DictionaryFormats, DictionarySource, FileListSource, FilePath, FileSource, RunConfig, Target, } from './config.js';
export { isFileListSource, isFilePath, isFileSource } from './configUtils.js';
export { normalizeConfig } from './normalizeConfig.js';
//# sourceMappingURL=index.d.ts.map