UNPKG

167 BJavaScriptView Raw
1function _reduced(x) {
2 return x && x['@@transducer/reduced'] ? x : {
3 '@@transducer/value': x,
4 '@@transducer/reduced': true
5 };
6}
7
8module.exports = _reduced;
\No newline at end of file