Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
/ chargejs Public archive

The Charge javascript library with common functions for services.

Notifications You must be signed in to change notification settings

nax-tech/chargejs

Repository files navigation

Charge JS Core

The Charge Core javascript implementation.

Install

npm install @charge-tech/chargejs

To import the core library:

import * as chargejs from 'chargejs'

To import specific packages:

import { interfaces } from 'chargejs'

Usage

See docs