check-more-types

v2.24.0
Large collection of predicates.
check-types checks duck-typing type-checking types

build

npm run pack && grunt

commit

git-issues && commit-wizard

coveralls

lcov-filter cover/lcov.info test | ./node_modules/coveralls/bin/coveralls.js

issues

git-issues

karma

karma start test/karma.conf.js

lint

standard --verbose --fix src/*.js test/*.js

mocha

mocha src/*-spec.js test/check-more-types-spec.js

node-test

node test/load-under-node-test.js

pack

webpack

pkgfiles

pkgfiles

pretest

npm run lint && npm run build

semantic-release

semantic-release pre && include-version && npm publish && semantic-release post

size

tarball="$(npm pack .)"; wc -c "${tarball}"; tar tvf "${tarball}"; rm "${tarball}";

test

npm run node-test && npm run mocha && npm run karma

unit

npm run mocha

watch

grunt watch
npm i check-more-types

Metadata

  • MIT
  • >= 0.8.0
  • Gleb Bahmutov
  • released 3/20/2017

Downloads