then-nodeify

1.0.1 • Public • Published

Copied straight from https://github.com/then/promise/blob/master/src/node-extensions.js but without anything else attached.

Build Status

Converts a function that returns a promise into one that calls an error-first callback when the promise is resolved.

var nodeify = require('nodeify')
 
var doThing = nodeify(functionThatReturnsAPromise)
 
doThing('/tmp/butts', function(err, results) {
 
})

Dependents (1)

Package Sidebar

Install

npm i then-nodeify

Weekly Downloads

145

Version

1.0.1

License

WTFPL

Last publish

Collaborators

  • tehshrike