@purser/core
TypeScript icon, indicating that this package has built-in type declarations

3.0.1 • Public • Published

@purser/core

A collection of helpers, utils, validators and normalizers to assist the individual purser modules.

Unless you want something specific found in this module, it doesn't need to be manually required as each module already makes use of it internally.

Installation

npm install @purser/core

(Usually you won't install this package just on its own. It's meant to be an accompanying peer-dependency to the other @purser modules)

Quick Usage

import { bigNumber } from '@purser/core/utils'

const value = bigNumber('0.00000001').toWei();

console.log(value); // { negative: 0, words: Array(4), length: 4, red: null }

Documentation

You can find more in-depth description for this module's API in the purser docs.

Contributing

This package is part of the purser monorepo package.

Please read our Contributing Guidelines for how to get started.

License

The @purser/core library along with the whole purser monorepo are MIT licensed.

Package Sidebar

Install

npm i @purser/core

Weekly Downloads

2

Version

3.0.1

License

MIT

Unpacked Size

340 kB

Total Files

110

Last publish

Collaborators

  • chmanie
  • rdig
  • area