Skip to content

Commit

Permalink
fix: export Logger from types
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowgate15 committed Apr 26, 2024
1 parent c46a95f commit b4559ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ declare namespace Axe {
post(level: string, fn: PostHook): void;
};

type Logger<
export type Logger<
ObjectType = {
info?: (...args: any[]) => any;
log?: (...args: any[]) => any;
Expand Down

0 comments on commit b4559ce

Please sign in to comment.