We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AsyncLocalStorage
AsyncResource
1 parent dee2ddd commit 388f529Copy full SHA for 388f529
src/runtime/node/async_hooks/index.ts
@@ -1,8 +1,12 @@
1
// https://nodejs.org/api/events.html
2
import type asyncHooks from "node:async_hooks";
3
+
4
import { AsyncLocalStorage } from "./_async-local-storage";
5
import { AsyncResource } from "./_async-resource";
6
7
+export { AsyncLocalStorage } from "./_async-local-storage";
8
+export { AsyncResource } from "./_async-resource";
9
10
import * as asyncHook from "./_async-hook";
11
12
export * from "./_async-hook";
0 commit comments