UNPKG

256 BTypeScriptView Raw
1import type { RequestListener } from "http";
2import type { ApplicationFunction, MiddlewareOptions } from "./types.js";
3export declare function createNodeMiddleware(appFn: ApplicationFunction, { probot, webhooksPath }?: MiddlewareOptions): RequestListener;