UNPKG

node-input-validator

Version:

validation library for nodejs, inspired by laravel.

13 lines (12 loc) 171 B
language: node_js node_js: - "12" - "14" - "16" - "18" install: - npm install script: "npm test" after_success: - npm run coverage - npm run report-coverage