check-more-types

v2.18.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

format

standard-format -w src/*.js test/*.js

issues

git-issues

karma

karma start test/karma.conf.js

lint

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

mocha

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

node-test

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

pack

webpack

pkgfiles

pkgfiles

pretest

npm run format && npm run lint && npm run build

semantic-release

semantic-release pre && npm run set-version && npm publish && semantic-release post

set-version

grunt version && grunt

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

Metadata

  • MIT
  • >= 0.8.0
  • Gleb Bahmutov
  • released 4/6/2016

Downloads