UNPKG

@codechecks/client

Version:

Open source platform for code review automation

4 lines (3 loc) 213 B
import { CheckNameMapper } from "./executeJson"; export declare function executeCodechecksYaml(path: string, checkNameMapper?: CheckNameMapper): Promise<void>; export declare function loadYaml(path: string): any;