1.0.0 • Published 29 days ago

@medecom/backend-utils v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
29 days ago

Backend Utility NPM Package

This npm package provides functionality to connect with the custom backend and can be used as services.

Installation

You can install the custom backend npm package using npm:

npm i @medecom/backend-utils

You can install the custom backend npm package using pnpm:

pnpm i @medecom/backend-utils

Usages

you can use this by importing services and then using the functions as needed

import {services} from '@medecom/backend-utils'
const data = await services.CartServices.fetchCart(
    ...
)

Contributions

We are in early phase of this npm package and needs contribution from the community.

1.0.0

29 days ago