@aikidosec/firewall
Version:
Zen by Aikido is an embedded Application Firewall that autonomously protects Node.js apps against common and critical attacks, provides rate limiting, detects malicious traffic (including bots), and more.
9 lines (8 loc) • 331 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.shutdown = shutdown;
const AgentSingleton_1 = require("./AgentSingleton");
async function shutdown(timeoutInMS) {
var _a;
await ((_a = (0, AgentSingleton_1.getInstance)()) === null || _a === void 0 ? void 0 : _a.shutdown(timeoutInMS));
}