express-wrap

0.0.3 • Public • Published

express-wrap

A node.js module to wrap a standard node module's functions into express functions.

Install

npm install express-wrap

Usage

var yourModule = require('your-module-here');
var wrappedModule = require('express-wrap')(yourModule);

Readme

Keywords

Package Sidebar

Install

npm i express-wrap

Weekly Downloads

6

Version

0.0.3

License

ISC

Last publish

Collaborators

  • darrenmce