Skip to content

Commit

Permalink
🐛 consoleCalls() is not part of the library exports
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Jul 10, 2024
1 parent b39f0e4 commit fbe3bba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export type { ConsoleObject } from "./src/core/consoleObject";
export { consoleFlush } from "./src/core/consoleFlush";
export { consoleGroup } from "./src/core/consoleGroup";
export type { ConsoleGroup } from "./src/core/consoleGroup";
export { default as consoleCalls } from "./src/core/consoleCalls";

// inspect
export { default as consoleInspect } from "./src/inspect/consoleInspect";
Expand Down

0 comments on commit fbe3bba

Please sign in to comment.