UNPKG

probot

Version:

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

3 lines (2 loc) 175 B
import type { ApplicationFunctionOptions, Probot } from "../index.js"; export declare function defaultApp(_app: Probot, { getRouter, cwd }: ApplicationFunctionOptions): void;