4 lines
207 B
TypeScript
4 lines
207 B
TypeScript
export * from '@cspell/cspell-types';
|
|
export * from './application';
|
|
export type { BaseOptions, LinterOptions as CSpellApplicationOptions, TraceOptions } from './options';
|
|
//# sourceMappingURL=index.d.ts.map
|