Skip to content

v2.8.5

Compare
Choose a tag to compare
@ankitdas13 ankitdas13 released this 22 Feb 12:18
· 26 commits to master since this release
db52ce1

#334 db52ce1 feat(Typescript): add typescript definitions

  • TypeScript definitions for all modules and functions in the SDK.
  • Add comments throughout the codebase to improve readability and maintainability.
  • Add a type declarations file (*.d.ts) to provide better type checking and editor support for consumers of the SDK.

Overall, this update should provide a better developer experience for anyone using the SDK, by leveraging the power of TypeScript's static type checking and providing clearer documentation and comments throughout the codebase.