Comment on Write Better JavaScript with PromisesparentComments−unspecified12yAs long as the library follows the "function (err, data)" convention:https://github.com/petkaantonov/bluebird/blob/master/API.md#...
Comments
As long as the library follows the "function (err, data)" convention:
https://github.com/petkaantonov/bluebird/blob/master/API.md#...