is-decimal

v1.0.4
Check if a character is decimal
string character char code decimal

format

remark . -qfo && prettier --write "**/*.js" && xo --fix

build-bundle

browserify . -s isDecimal -o is-decimal.js

build-mangle

browserify . -s isDecimal -p tinyify -o is-decimal.min.js

build

npm run build-bundle && npm run build-mangle

test-api

node test

test-coverage

nyc --reporter lcov tape test.js

test

npm run format && npm run build && npm run test-coverage

Metadata

  • MIT
  • Whatever
  • Titus Wormer
  • released 1/25/2020

Downloads

Maintainers