@swindle/core
v2.2.1
Published
Utilitiy classes for data manipulation.
Downloads
369
Maintainers
Readme
Swindle Core
Utilitiy classes for data manipulation.
Installation
To install Swindle/Core with NPM,
npm install @swindle/core
With yarn,
yarn add @swindle/core
Usage
Swindle provides a variety of Utility classes
- Common Interfaces and Types
- Dates and Durations
- Email Address
- Geography
- Hashing
- Phone Number
- UUID
- Formatters: Utilities to help format data.
Tests
To run the tests, use the following command with NPM
npm run test
with Yarn
yarn test