dhandler

1.0.1 • Public • Published

Dependency Status devDependency Status

Installation

npm i --save dhandler

Initialisation

const dhandler = require('dhandler');

app.get('/', dhandler(async (req, res) => {
  res.send();
}));

Readme

Keywords

none

Package Sidebar

Install

npm i dhandler

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • dragonnodejs