UNPKG

161 BTypeScriptView Raw
1import { ApplicationFunctionOptions, Probot } from "../index";
2export declare function defaultApp(app: Probot, { getRouter }: ApplicationFunctionOptions): void;