Skip to content

junosuarez/pr-edge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

license

ISC. (c) MMXV jden jason@denizac.org. See LICENSE.md

About

promisified edge.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published