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