UNPKG

express-als-context

Version:
12 lines (11 loc) 251 B
module.exports = { middleware: function (req, res, next) { throw new Error('`middleware` cannot be called from the browser code.'); }, get: function (key) { return null; }, set: function (key, value) { // noop }, };