Files
williammarch.xyz/node_modules/next/dist/lib/verifyAndLint.d.ts
2026-04-02 19:13:46 +01: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>;