@agoric/nat

v3.0.1
Ensures that a number is within the natural numbers (0, 1, 2...) or throws a RangeError
integer int overflow

test

node -r esm test/test.js

build

rollup -c

lint-fix

eslint --fix '**/*.{js,jsx}'

lint-check

eslint '**/*.{js,jsx}'

eslint-disable-stats

grep -R --exclude-dir=node_modules --include='*.js' 'eslint' . | wc -l | tr -d [:blank:]
npm i @agoric/[email protected]

Metadata

Downloads