UNPKG

is-isodate

Version:

Test whether a string matches the ISO date format.

17 lines (11 loc) 275 B
build: components node_modules @component build --dev clean: @rm -rf components build node_modules components: component.json @component install --dev node_modules: package.json @npm install test: build @./node_modules/.bin/mocha --reporter spec .PHONY: clean test