UNPKG

@codechecks/client

Version:

Open source platform for code review automation

5 lines (4 loc) 289 B
import { PrInfo } from "./api"; import { CodeChecksSettings } from "./types"; export declare function getPrInfoForSpeculativeBranch(settings: CodeChecksSettings, gitRepoRootPath: string): Promise<PrInfo | undefined>; export declare function run(cwd: string, cmd: string): Promise<string>;