UNPKG

async-validate

Version:

Asynchronous validation for node and the browser

24 lines (14 loc) 1.02 kB
## Async Validate [![Build Status](https://travis-ci.org/tmpfs/async-validate.svg)](https://travis-ci.org/tmpfs/async-validate) [![npm version](http://img.shields.io/npm/v/async-validate.svg)](https://npmjs.org/package/async-validate) [![Coverage Status](https://coveralls.io/repos/tmpfs/async-validate/badge.svg?branch=master&service=github&v=1)](https://coveralls.io/github/tmpfs/async-validate?branch=master) Asynchronous validation for [node](http://nodejs.org) 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](/EXAMPLE.md) and the [example directory](/doc/example). *** <!-- @toc --> *** <? @include {=readme} install.md usage.md ?> <? @source {javascript} usage.js ?> <? @include {=readme} guide.md messages.md transform.md ?> <? @source {javascript} transform.js ?> <? @include {=readme} api.md developer.md license.md links.md ?>