0.3.0 • Published 10 years ago

lie-denodify v0.3.0

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

lie-denodify Build Status

API

npm install lie-denodify
var denodify = require('lie-denodify');

###denodify

denodify(func, context[optional]);

takes as an argument a function which has a callback as it's last argument, returns a function that acts identically except it returns a promise instead of taking a callback and that arguments passed to the function may be promises as well

As a second argument it can take an object to call the function as a method of, if omitted calls it in the same context that the function was called (i.e. like normal).

License

MIT

0.3.0

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

11 years ago

0.1.0

11 years ago