Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
export utils
Browse files Browse the repository at this point in the history
  • Loading branch information
testersen committed Nov 17, 2023
1 parent 7a06461 commit 71051c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export * from "./isDebug";
export * from "./panic";
export * from "./run";
export * from "./reexports";
export * as util from "./util";
export * as util from "./util/index";

Check failure on line 14 in src/index.ts

View workflow job for this annotation

GitHub Actions / Build

Cannot find module './util/index' or its corresponding type declarations.

Check failure on line 14 in src/index.ts

View workflow job for this annotation

GitHub Actions / Quality Assurance / Build

Cannot find module './util/index' or its corresponding type declarations.

0 comments on commit 71051c1

Please sign in to comment.