UNPKG

pink-bears

Version:

Intelligent rate limiting middleware with MongoDB integration and caching for Node.js applications

14 lines (11 loc) 193 B
let contextObject = {}; function setContext(context) { contextObject = context; } function getContext() { return contextObject; } module.exports = { setContext, getContext };