UNPKG

probot

Version:

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

4 lines (3 loc) 212 B
import type { Probot } from "../probot.js"; import type { ApplicationFunctionOptions, Handler } from "../types.js"; export declare function defaultApp(_app: Probot, { cwd }: ApplicationFunctionOptions): Handler;