Files
smartcontext/ts/plugins.ts

3 lines
84 B
TypeScript
Raw Normal View History

2026-02-15 20:09:47 +00:00
import { AsyncLocalStorage } from 'node:async_hooks';
2020-07-20 11:57:20 +00:00
2026-02-15 20:09:47 +00:00
export { AsyncLocalStorage };