mirror of
https://github.com/20kaushik02/express-sequelize-backend-template.git
synced 2025-12-06 05:14:07 +00:00
overall: formatting check, jsdoc type hints, express res/return stuff utils - changes in logger, dateformatter and removed unneeded ones .env file changes license check, readme update package.json update - version, deps, URLs server cleanup sequelize config check
11 lines
272 B
JavaScript
11 lines
272 B
JavaScript
// Type definitions to enable better auto-complete features.
|
|
|
|
/**
|
|
* @typedef {import("module")} Module
|
|
*
|
|
* @typedef {import("express").Request} Req
|
|
* @typedef {import("express").Response} Res
|
|
* @typedef {import("express").NextFunction} Next
|
|
*/
|
|
|
|
exports.unused = {}; |