promise-me
promise-me copied to clipboard
The other callback style
Any possibility to implement the callback style where error is called as a second callback?
something(data => {
}, err => {
})