module.exports = function _forceReduced(x) { return { '@@transducer/value': x, '@@transducer/reduced': true }; };