UNPKG

probot

Version:

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

6 lines (5 loc) 195 B
export declare const resolveAppFunction: (appFnId: string, opts?: ResolveOptions) => Promise<any>; export interface ResolveOptions { basedir?: string; resolver?: NodeJS.RequireResolve; }