UNPKG

reducers

Version:

Library for higher-order manipulation of collections

10 lines (6 loc) 134 B
"use strict"; var map = require("../../map") function lazy(f) { return map(1, function() { return f() }) } module.exports = lazy