@dkx/http-middleware-void
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

DKX/Http/Middlewares/Void

Middleware for @dkx/http-server which does nothing at all.

Installation

$ npm install --save @dkx/http-middleware-void

or with yarn

$ yarn add @dkx/http-middleware-void

Usage

const {Server} = require('@dkx/http-server');
const {voidMiddleware} = require('@dkx/http-middleware-void');

const app = new Server;

app.use(voidMiddleware());

Readme

Keywords

none

Package Sidebar

Install

npm i @dkx/http-middleware-void

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

3.23 kB

Total Files

9

Last publish

Collaborators

  • davidkcz