UNPKG

sslcommerz-lts-types

Version:

TypeScript type definitions for the SSLCommerz library

20 lines (12 loc) 861 B
# SSLCommerz TypeScript Type Definitions This package provides TypeScript type definitions for the [SSLCommerz NodeJS package](https://github.com/sslcommerz/SSLCommerz-NodeJS). It aims to enhance the development experience with type safety for API requests, responses, and associated models, allowing you to integrate SSLCommerz's payment gateway seamlessly into your TypeScript projects. > **Note:** This package contains only TypeScript type definitions and does not include the actual API implementation. ## Installation You can install the package via npm or Yarn: ```bash npm install sslcommerz-types --save-dev yarn add sslcommerz-types --dev ``` ## Repository This project is part of the [SSLCommerz NodeJS package](https://github.com/sslcommerz/SSLCommerz-NodeJS)repository. If you find this package useful, please consider giving it a star! ⭐