1.0.0 • Published 4 years ago

bubichain-js-util v1.0.0

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'