1.0.1 • Published 11 years ago

crazy-promise v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

Build Status

crazy-promise

A promise that resolves with random delays for testing purposes.

Installation

$ npm install crazy-promise

or

$ component install nathan7/crazy-promise

API

new CrazyPromise(function(resolve, reject))

Create a new crazy promise with the given function.

CrazyPromise.from(thenable)

Convert a promies to a crazy promise.

License

MIT

1.0.1

11 years ago

1.0.0

11 years ago