UNPKG

danger

Version:
11 lines (10 loc) 289 B
import { Env, CISource } from "../ci_source"; export declare class LocalRepo implements CISource { private readonly env; constructor(env: Env); get name(): string; get isCI(): boolean; get isPR(): boolean; get pullRequestID(): string; get repoSlug(): string; }