UNPKG

@aws/pdk

Version:

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

7 lines (6 loc) 128 B
function _pipe(f, g) { return function () { return g.call(this, f.apply(this, arguments)); }; } module.exports = _pipe;