UNPKG

175 BTypeScriptView Raw
1type IncomingMessage = any;
2type ServerResponse = any;
3export declare function onUnhandledRequestDefault(request: IncomingMessage, response: ServerResponse): void;
4export {};