1.0.0 • Published 4 years ago

zetrix-js-util v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

zetrix-js-util

A simple set of Zetrix JS utilities.

js-standard-style

Install

$ npm install --save zetrix-js-util

Test

The tests can be run with Node.js

$ npm test

Usage

Converts object to string value

const bigNumberToString = require('zetrix-js-util').bigNumberToString

console.log(bigNumberToString('123'))

// result: '123'

1.0.0

4 years ago