is-language-code

v1.0.12
Is given string a language code (as per IANA)
check code codes iana ietf is langref language lookup and 8 more...

build

rollup -c

ci_test

npm run build && npm run lint && tap --no-only --reporter=silent --output-file=testStats.md && npm run clean_cov && npm run format

clean_cov

../../scripts/leaveCoverageTotalOnly.js

dev

rollup -c --dev

devunittest

npm run dev && ./node_modules/.bin/tap --only -R 'base' && npm run clean_cov

format

npm run lect && npm run prettier && npm run lint

lect

lect

lint

../../node_modules/eslint/bin/eslint.js "**/*.js" --fix --config "../../.eslintrc.json" --quiet

perf

node perf/check

prepare

npm run build

prettier

../../node_modules/prettier/bin-prettier.js '*.{js,css,scss,vue,md,ts}' --write --loglevel silent

republish

npm publish || :

tap

tap

pretest

npm run build

test

npm run lint && npm run unittest && npm run test:examples && npm run clean_cov && npm run format

test:examples

../../scripts/test-examples.js && npm run lect && npm run prettier

tsd

tsd

unittest

tap --no-only --output-file=testStats.md && npm run clean_cov && npm run perf

version

npm run build && git add .

Metadata

  • MIT
  • Whatever
  • Roy Revelt
  • released 9/27/2020

Downloads

Maintainers