UNPKG

ramda

Version:

A practical functional library for JavaScript programmers.

6 lines 154 B
export default function _reduced(x) { return x && x['@@transducer/reduced'] ? x : { '@@transducer/value': x, '@@transducer/reduced': true }; }