Attaches metadata to the handler function to mark it as a special handler for Node.js environments.
API
function createNodeRequestHandler<T extends NodeRequestHandlerFunction>( handler: T): T;
Jump to details
Attaches metadata to the handler function to mark it as a special handler for Node.js environments.
function createNodeRequestHandler<T extends NodeRequestHandlerFunction>( handler: T): T;