Skip to content

Commit

Permalink
Rename index.d.ts to index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenofic authored Sep 16, 2024
1 parent cb466e6 commit 1c181bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts → types/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import KiteConnect from './connect';
import KiteTicker from './ticker';

export { KiteConnect, KiteTicker };
export { KiteConnect, KiteTicker };

0 comments on commit 1c181bb

Please sign in to comment.