1.0.1 • Published 7 years ago
p-promise-utils v1.0.1
p-promise-utils 
a library of p- promise functions
install
$ npm install p-promise-utils
usage
// es5
var P = require('p-promise-utils');
// es6
import P from 'p-promise-utils';
modules
P.All
P.Any
P.Break
P.Cancelable
P.CatchIf
P.Debounce
P.Defer
P.EachSeries
P.Event
P.Filter
P.Finally
P.Forever
P.If
P.Immediate
P.IsPromise
P.Limit
P.Locate
P.Log
P.Map
P.MapSeries
P.Memoize
P.MinDelay
P.Pipe
P.Props
P.Race
P.Reduce
P.Reflect
P.Retry
P.Series
P.Settle
P.Some
P.Tap
P.Throttle
P.Time
P.Timeout
P.Times
P.Try
P.Queue
P.WaitFor
P.Waterfall
P.Whilst