1.0.1 • Published 4 years ago

bifchain-js-util v1.0.1

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

bujs-account

A simple set of BU JS utilities.

js-standard-style

Install

$ npm install --save bujs-util

Test

The tests can be run with Node.js

$ npm test

Usage

Converts object to string value

const bigNumberToString = require('bujs-util').bigNumberToString

console.log(bigNumberToString('123'))

// result: '123'

1.0.1

4 years ago

1.0.0

4 years ago