diff --git a/src/runtime/node/async_hooks/index.ts b/src/runtime/node/async_hooks/index.ts index 4aab5b49..34f7b7e0 100644 --- a/src/runtime/node/async_hooks/index.ts +++ b/src/runtime/node/async_hooks/index.ts @@ -4,11 +4,11 @@ import type asyncHooks from "node:async_hooks"; import { AsyncLocalStorage } from "./_async-local-storage"; import { AsyncResource } from "./_async-resource"; +import * as asyncHook from "./_async-hook"; + export { AsyncLocalStorage } from "./_async-local-storage"; export { AsyncResource } from "./_async-resource"; -import * as asyncHook from "./_async-hook"; - export * from "./_async-hook"; export default {