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.
- Host: GitHub
- URL: https://github.com/juspay/hyperswitch-sdk-utils
- Owner: juspay
- License: apache-2.0
- Created: 2024-12-17T12:17:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-26T14:08:02.000Z (2 months ago)
- Last Synced: 2026-01-27T03:20:02.045Z (about 2 months ago)
- Topics: rescript, rescript-react, utils
- Language: ReScript
- Homepage: https://hyperswitch.io/
- Size: 2.25 MB
- Stars: 2
- Watchers: 6
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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.