@misiki/litekart-utils
v1.0.65
Published
[](https://litekart.in)
Readme
LiteKart Utility NPM Package
This npm package provides functionality to connect with the LiteKart backend and can be used as services.
Installation
You can install the LiteKart utility npm package using npm:
npm i @misiki/litekart-utilsYou can install the LiteKart npm package using pnpm:
pnpm i @misiki/litekart-utilsUsages
you can use this by importing services and then using the functions as needed
import {services} from '@misiki/litekart-utils'const data = await services.CartServices.fetchCart(
...
)Contributions
We are in early phase of this npm package and needs contribution from the community.

