Файловый менеджер - Редактировать - /home/clickysoft/public_html/securebeans.clickysoft.net/node_modules/collect.js/src/methods/pull.js
Назад
'use strict'; const { isFunction } = require('../helpers/is'); module.exports = function pull(key, defaultValue) { let returnValue = this.items[key] || null; if (!returnValue && defaultValue !== undefined) { if (isFunction(defaultValue)) { returnValue = defaultValue(); } else { returnValue = defaultValue; } } delete this.items[key]; return returnValue; };
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка