Файловый менеджер - Редактировать - /home/clickysoft/public_html/securebeans.clickysoft.net/node_modules/collect.js/src/methods/partition.js
Назад
'use strict'; module.exports = function partition(fn) { let arrays; if (Array.isArray(this.items)) { arrays = [new this.constructor([]), new this.constructor([])]; this.items.forEach((item) => { if (fn(item) === true) { arrays[0].push(item); } else { arrays[1].push(item); } }); } else { arrays = [new this.constructor({}), new this.constructor({})]; Object.keys(this.items).forEach((prop) => { const value = this.items[prop]; if (fn(value) === true) { arrays[0].put(prop, value); } else { arrays[1].put(prop, value); } }); } return new this.constructor(arrays); };
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка