/
Mikhail823
/
todo
Обзор
Документация
Войти
/
Mikhail823
/
todo
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/underscore/cjs/value.js
9 строк
346 B
Mikhail Popov
j
23 фев 2026, 16:12
23 фев 2026, 16:12
ff7232a
Код
Авторство
О чём код?
// Extract the result from a wrapped (and possibly chained) object. // This function is also aliased as `valueOf` and `toJSON`, which provide // unwrapping proxies for some methods used in engine operations such as // arithmetic and JSON stringification. function value(wrapper) { return wrapper._wrapped || wrapper; } module.exports = value;