Skip to content

trouble working with bignumber.js #52

@AlinaLoz

Description

@AlinaLoz

Unexpected token o in JSON at position 1
`const BN = require('bignumber.js');
const transit = require('transit-immutable-js');

const t = new BN(1);

console.log('t ', t);
const t2 = transit.fromJSON(transit);

console.log(t2);
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions