UNPKG

data-validators

Version:

Validators that help make sure your data follow specific constraints.

11 lines 144 B
language: node_js sudo: true node_js: - "7" - "8" - "9" - "10" - "11" before_install: - npm install -g mocha@^5.2.0 script: npm test