UNPKG

pnpm

Version:

Fast, disk space efficient package manager

9 lines 190 B
function _pipeP(f, g) { return function () { var ctx = this; return f.apply(ctx, arguments).then(function (x) { return g.call(ctx, x); }); }; } module.exports = _pipeP;