0.1.1 • Published 9 years ago
mof-recheck v0.1.1
mof-recheck
the record checker for middleware of floodesh
Install
npm install mof-recheckTest
npm testUsage
In floodesh, use it like:
const recheck = require("mof-recheck")
const Worker = require("floodesh").Worker
const worker = new Worker(config);
worker.responsemw.use(recheck("regstr"))