Type Checking
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
const http = require("http");
|
||||
|
||||
/**
|
||||
* @typedef {http.IncomingMessage} Request
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {http.ServerResponse} Response
|
||||
*/
|
||||
|
||||
module.exports = { Request, Response };
|
||||
Reference in New Issue
Block a user