@cspell/cspell-tools
Version:
Tools to assist with the development of cSpell
5 lines • 305 B
TypeScript
export type { CompileRequest, CompileTargetOptions, RunConfig } from '../config/index.js';
export { compile, compileTarget } from './compile.js';
export { type Logger, setLogger } from './logger.js';
export { compileTrie, compileWordList } from './wordListCompiler.js';
//# sourceMappingURL=index.d.ts.map