/npm-swadesh

Primary LanguageTypeScriptMIT LicenseMIT

LiteKart Utility NPM Package

npm version

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.