Type Checking

This commit is contained in:
Tben
2023-08-07 04:42:49 +01:00
parent 7c30558173
commit 65d6424dcf
8 changed files with 34 additions and 69 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
* @param {object} params - main params object
* @param {object} params.request - HTTPS request object
*
* @returns {{}|null}
* @returns {object|null}
*/
module.exports = function ({ request }) {
/**