1.2.3 • Published 3 years ago

swindle v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Swindle

A library consisting of utilitiy classes for data manipulation.

Installation

To install Swindle with NPM,

npm install swindle

With yarn,

yarn add swindle

Usage

Swindle provides a variety of Utility classes

Tests

To run the tests, use the following command with NPM

npm run test

with Yarn

yarn test