UNPKG

299 BTypeScriptView Raw
1/// <reference types="node" />
2import { RequestListener } from "http";
3import { ApplicationFunction } from "./types";
4import { MiddlewareOptions } from "./types";
5export declare function createNodeMiddleware(appFn: ApplicationFunction, { probot, webhooksPath }: MiddlewareOptions): RequestListener;