@bitty/pipe
Version:
A pipe function to perform function composition in LTR (Left To Right) direction.
3 lines (2 loc) • 416 B
JavaScript
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):(e="undefined"!=typeof globalThis?globalThis:e||self).pipe=n()}(this,(function(){"use strict";return function(e){var n=[].slice.call(arguments,1);return function(){return n.reduce((function(e,n){return n(e)}),e.apply(null,arguments))}}}));
//# sourceMappingURL=pipe.umd.min.js.map