UNPKG

promisu

Version:

functional promise with map filter reduce scan all race every some few try waitfor finally queue debounce throttle

24 lines (23 loc) 383 B
{ "presets": [ ["env", { "targets": { "browsers": ["last 2 versions", ">= 1%"] } }] ], "plugins": [ "transform-object-rest-spread", "transform-runtime", ["transform-builtin-extend", { globals: ["Error", "Array"] }] ], "env": { "test": { "plugins": [ ["istanbul", "source-map-support"] ] } } }