UNPKG

in-process-request

Version:

A node.js library that executes a http handler function in the current process without having to start a local http server.

3 lines (2 loc) 93 B
declare const getNestHandler: (nestApp: any) => Promise<any>; export default getNestHandler;