UNPKG

khatavani-client

Version:

The Backend-Api-Integration package simplifies interaction with the backend API by providing a set of CRUD methods for common endpoints. It abstracts away the complexity of making HTTP requests and handling responses, allowing developers to focus on appli

9 lines 184 B
{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "declaration": true, "declarationDir": "dist", "strict": true } }