anomaly-express
Version:
Anomaly Express is a security framework for Express.js that provides a set of tools and utilities to help you build secure applications.
10 lines (9 loc) • 350 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const middleware_1 = require("./middleware");
// ES Module default export
exports.default = middleware_1.Anomaly;
// CommonJS compatibility
module.exports = middleware_1.Anomaly;
module.exports.default = middleware_1.Anomaly;
module.exports.Anomaly = middleware_1.Anomaly;