UNPKG

peepal

Version:
7 lines (4 loc) 143 B
// async-context.js const { AsyncLocalStorage } = require('async_hooks'); const context = new AsyncLocalStorage(); module.exports = context;