1.0.0 • Published 6 years ago
bubichain-js-util v1.0.0
bujs-account
A simple set of BU JS utilities.
Install
$ npm install --save bujs-utilTest
The tests can be run with Node.js
$ npm testUsage
Converts object to string value
const bigNumberToString = require('bujs-util').bigNumberToString
console.log(bigNumberToString('123'))
// result: '123'
1.0.0
6 years ago