An open API service indexing awesome lists of open source software.

https://github.com/juspay/hyperswitch-sdk-utils

hyperswitch-sdk-utils is a shared utility library used across both hyperswitch-client-core and hyperswitch-web.
https://github.com/juspay/hyperswitch-sdk-utils

rescript rescript-react utils

Last synced: about 2 months ago
JSON representation

hyperswitch-sdk-utils is a shared utility library used across both hyperswitch-client-core and hyperswitch-web.

Awesome Lists containing this project

README

          

# hyperswitch-sdk-utils

`hyperswitch-sdk-utils` is a shared utility library used across both [`hyperswitch-client-core`](https://github.com/juspay/hyperswitch-client-core) and [`hyperswitch-web`](https://github.com/juspay/hyperswitch-web).
It contains common code, shared assets, and utility functions that help standardize and simplify development across the Hyperswitch SDK ecosystem.

---

## 📦 Features

- **Common Utilities**: Helper functions used across both client-core and web.
- **Shared Types**: Reusable ReScript types and interfaces for consistency.
- **Assets**: Shared assets like images, icons, and styles.
- **Constants**: Common enums and configuration constants.
- **Validation**: Standard input validation logic used in multiple packages.