UNPKG

@ka1do/kit

Version:
10 lines (9 loc) 191 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;