two versions of bignumber, working

node v10.24.1
version: 1.0.0
endpointsharetweet
const cbor = require('cbor') const BigNumber = require('bignumber.js') const pi3 = BigNumber(Math.PI).pow(3) const buf = cbor.encode(pi3) await cbor.comment(buf)
Loading…

no comments

    sign in to comment