Skip to main content
Module

x/ramda/internal/_forceReduced.js

:ram: Practical functional Javascript
Very Popular
Go to Latest
File
export default function _forceReduced(x) { return { '@@transducer/value': x, '@@transducer/reduced': true };}