UNPKG

260 BTypeScriptView Raw
1import { Probot } from "../probot";
2import { ApplicationFunctionOptions } from "../types";
3export declare const setupAppFactory: (host: string | undefined, port: number | undefined) => (app: Probot, { getRouter }: ApplicationFunctionOptions) => Promise<void>;