setting up stuff

This commit is contained in:
2022-07-12 21:42:06 +05:30
parent 2dbae3d1ff
commit 9b5e916709
8 changed files with 2677 additions and 0 deletions

7
typedefs.js Normal file
View File

@@ -0,0 +1,7 @@
/**
* @typedef {import('express').Request} Req
* @typedef {import('express').Response} Res
* @typedef {import('express').NextFunction} Next
*/
exports.unused = {};