lazify
v1.0.0
Published
convenient wrapper for lazy promises
Downloads
1,035
Readme
lazify
convenient wrapper for lazy promises
Installation
$ npm install lazify
or
$ component install nathan7/lazify
API
lazify :: (-> Promise a) -> LazyPromise a
Takes a function that returns a promise and returns a lazy promise. The edge case of returning a value or throwing an error is handled.
License
MIT