pr-edge
v1.0.0
Published
promisified edge.js
Downloads
5
Readme
pr-edge
promisified edge.js
usage
var edge = require('pr-edge')
var hello = edge(function () {/*
async (name) => {
return String.Format("Hello {0}", name);
}
*/})
hello('friend').then(console.log)
// => "Hello friend"
api
see edge.js
Can be called as plain function (npm idiomatic) or .func
method (.Net idiomatic).
Created function proxy returns a Promise.
installation
$ npm install pr-edge
running the tests
From package root:
$ npm install
$ npm test
contributors
- jden [email protected]
license
ISC. (c) MMXV jden [email protected]. See LICENSE.md