UNPKG

ramda

Version:

A practical functional library for JavaScript programmers.

7 lines 166 B
function _reduced(x) { return x && x['@@transducer/reduced'] ? x : { '@@transducer/value': x, '@@transducer/reduced': true }; } module.exports = _reduced;