UNPKG

js-formdata-validator

Version:

JS Form Validator is a simple form data validation library for JavaScript. It provides a set of base rules for checking the type and value of various inputs, and allows you to define custom rules as well.

3 lines (2 loc) 94 B
export { default as Validator } from "./validator"; export { FieldValidator } from "./field";