Skip to content

Commit

Permalink
chore: apply automated lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Aug 7, 2023
1 parent 388f529 commit 982ae0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/node/async_hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 <typeof asyncHooks>{
Expand Down

0 comments on commit 982ae0f

Please sign in to comment.