Файловый менеджер - Редактировать - /home/freeclou/app.optimyar.com/backend/node_modules/got/source/utils/deep-freeze.js
Назад
'use strict'; const is = require('@sindresorhus/is'); module.exports = function deepFreeze(object) { for (const [key, value] of Object.entries(object)) { if (is.plainObject(value) || is.array(value)) { deepFreeze(object[key]); } } return Object.freeze(object); };
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка