UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

8 lines 180 B
export default function _pipeP(f, g) { return function () { var ctx = this; return f.apply(ctx, arguments).then(function (x) { return g.call(ctx, x); }); }; }