mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
добавлен jsdoc функции
This commit is contained in:
parent
4da4bbda91
commit
2224788c70
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
/**
|
||||
*
|
||||
* @param {string} status
|
||||
* @param {number} statusCode
|
||||
* @param {string} message
|
||||
* @returns {{data: {message}, status, statusCode}}
|
||||
*/
|
||||
|
||||
function response(status, statusCode, message) {
|
||||
return {
|
||||
status: status,
|
||||
|
|
Loading…
Add table
Reference in a new issue