@agoric/nat

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

test

ava 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/nat

Metadata

Downloads