UNPKG

@codechecks/client

Version:

Open source platform for code review automation

4 lines (3 loc) 209 B
import { Path } from "../utils"; export declare function executeCodechecksFile(codeChecksFilePath: string, options?: any): Promise<void>; export declare function findCodechecksFiles(basePath: string): Path[];