cspell
Version:
A Spelling Checker for Code!
6 lines • 375 B
text/typescript
export * from './application.mjs';
export { getReporter as getDefaultReporter } from './cli-reporter.js';
export type { CSpellReporterConfiguration, CSpellReporterModule } from './models.js';
export type { BaseOptions, LinterCliOptions as CSpellApplicationOptions, TraceOptions } from './options.js';
export * from '@cspell/cspell-types';
//# sourceMappingURL=index.d.mts.map