smallbigint 1.1.0

Big integer types that have a small on-stack representation for small values. Uses num-bigint internally.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "meta": [
        "This file exists just to make commitizen (git cz) work.",
        "There is no JavaScript in this project."
    ],
    "devDependencies": {
        "cz-conventional-changelog": "^3.1.0"
    },
    "config": {
        "commitizen": {
            "path": "./node_modules/cz-conventional-changelog"
        }
    }
}