UNPKG

probot

Version:

A framework for building GitHub Apps to automate and improve your workflow

4 lines (3 loc) 271 B
import { Probot } from "../probot.js"; import type { ApplicationFunctionOptions } from "../types.js"; export declare const setupAppFactory: (host: string | undefined, port: number | undefined) => (app: Probot, { getRouter }: ApplicationFunctionOptions) => Promise<void>;