Skip to content

Commit

Permalink
Expose new API as top level exports
Browse files Browse the repository at this point in the history
  • Loading branch information
longnguyen2004 committed Feb 4, 2025
1 parent 35af8a8 commit 4dfe2d4
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 * from './client/index.js';
export * from './media/index.js';
export * from './media/newApi.js';
export * as NewApi from './media/newApi.js';
export * as Utils from './utils.js';

0 comments on commit 4dfe2d4

Please sign in to comment.