UNPKG

cspell

Version:
4 lines 215 B
import type { RunResult } from '@cspell/cspell-types'; import type { LintRequest } from './LintRequest.mjs'; export declare function runLint(cfg: LintRequest): Promise<RunResult>; //# sourceMappingURL=lint.d.mts.map