UNPKG

@cspell/eslint-plugin

Version:
5 lines 356 B
import type { Node } from 'estree'; import type { WorkerOptions } from '../common/options.cjs'; import type { SpellCheckResults } from './types.js' with { 'resolution-mode': 'import' }; export declare function spellCheckAST(filename: string, text: string, root: Node, options: WorkerOptions): SpellCheckResults; //# sourceMappingURL=spellCheckAST.d.cts.map