@misiki/litekart-utils
v1.0.63
Published
[![npm version](https://litekart.in/logo-litekart.png)](https://litekart.in)
Downloads
299
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-utils
You can install the LiteKart npm package using pnpm:
pnpm i @misiki/litekart-utils
Usages
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.