Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1022 Bytes

readme.md

File metadata and controls

23 lines (14 loc) · 1022 Bytes

Async Validate

Build Status npm version Coverage Status

Asynchronous validation for node and the browser. It has minimal dependencies and uses a plugin architecture so you only need to include the plugins for types you want to validate and can easily create your own validation plugins.

Examples are in EXAMPLE and the example directory.