UNPKG

@aws/pdk

Version:

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

5 lines 114 B
export default function _promap(f, g, profunctor) { return function (x) { return g(profunctor(f(x))); }; }