Skip to content

v2.8.6

Compare
Choose a tag to compare
@ankitdas13 ankitdas13 released this 13 Jun 07:24
· 24 commits to master since this release
69edcbc

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.

Note: This release is a patch of the previous release that includes an update to the razorpay.d.ts file