kriszyp / node-promise

Promise utilities for Node
397 stars 42 forks source link

adding standard node callback support #7

Closed thesmart closed 11 years ago

thesmart commented 11 years ago

adding method "thenNode" which takes a standard node callback (e.g. function(err, result)).

Please check it out and let me know what you think.