Skip to content

Commit

Permalink
fix: invalid namespace in TS
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrishimeena committed Sep 10, 2024
1 parent f9af16b commit eff07ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/errsole.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ declare module 'errsole' {
}

export = Errsole;
export as namespace Errsole;
}
export as namespace Errsole;

0 comments on commit eff07ad

Please sign in to comment.