JSPM

  • Created
  • Published
  • Downloads 485
  • Score
    100M100P100Q102828F
  • License MIT

A parameter validation library for Koa routes

Package Exports

  • koa-bouncer

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (koa-bouncer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

(Work in progress, alpha software)

koa-bouncer

An http parameter validation library for Koa web apps.

Usage

var bouncer = require('koa-bouncer');

app.use(bouncer.middleware());

License

MIT