Vow-node is a small extension for vow to work with nodejs-style callbacks
Getting Started
In Node.js###
You can install using Node Package Manager (npm):
npm install vow-node
API
promisify(fn)####
Transforms given function fn
to a function that returns promise.
var fs = readFile = vowNode; ;
invoke(fn, ...args)####
Invokes given function fn
with arguments args
.
var fs = ; vowNode;