source:
node_modules/ramda/es/internal/_reduced.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 154 bytes |
Line | |
---|---|
1 | export default function _reduced(x) { |
2 | return x && x['@@transducer/reduced'] ? x : { |
3 | '@@transducer/value': x, |
4 | '@@transducer/reduced': true |
5 | }; |
6 | } |
Note:
See TracBrowser
for help on using the repository browser.