Skip to content

Commit

Permalink
fix: export default now that package is esm
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Dec 6, 2023
1 parent d150d4b commit a1739e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ declare namespace PodiumClient {
}
}

export = PodiumClient;
export default PodiumClient;

0 comments on commit a1739e8

Please sign in to comment.