Correspondents/node_modules/next/dist/lib/verifyAndLint.d.ts
2025-11-13 13:13:34 -07:00

3 lines
247 B
TypeScript

import type { Telemetry } from '../telemetry/storage';
export declare function verifyAndLint(dir: string, cacheLocation: string, configLintDirs: string[] | undefined, enableWorkerThreads: boolean | undefined, telemetry: Telemetry): Promise<void>;