smartcls/ts/smartcls.plugins.ts

5 lines
96 B
TypeScript
Raw Normal View History

2020-07-20 07:39:47 +00:00
// native scope
import { AsyncLocalStorage } from 'async_hooks';
2017-10-12 09:19:54 +00:00
2020-07-20 07:39:47 +00:00
export { AsyncLocalStorage };