Skip to content

Commit

Permalink
Merge pull request #10 from cjkoepke/feat/named-exports
Browse files Browse the repository at this point in the history
chore: support named exports for better esm support
  • Loading branch information
bigirishlion authored Aug 2, 2024
2 parents be0c893 + 617558f commit f268867
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { IHandle } from '@koralabs/handles-public-api-interfaces';
export { HandleClient as default } from './classes/HandleClient.class';
export * from './classes/HandleClient.class';
export * from './classes/providers';
export * from './types';

0 comments on commit f268867

Please sign in to comment.