Liking cljdoc? Tell your friends :D

clova.core

The core namespace contains all of the built in validators and the defvalidator macro.

The only other public functions are

  • validation-set
  • validate
  • valid?
  • results
  • as-validator

You can view more information in the [readme] (https://github.com/markwoodhall/clova/blob/master/README.md). There are also example validation scenarios here.

The API documentation is available here.

You can also view [blog posts] (http://markw.xyz/tags/clova/) about clova.

The core namespace contains all of the built in validators and the
defvalidator macro.

The only other public functions are

- `validation-set`
- `validate`
- `valid?`
- `results`
- `as-validator`

You can view more information in the [readme] (https://github.com/markwoodhall/clova/blob/master/README.md).
There are also example validation scenarios [here](http://markwoodhall.github.io/clova/EXAMPLES.html).

The API documentation is available [here](http://markwoodhall.github.io/clova/).

You can also view [blog posts] (http://markw.xyz/tags/clova/) about clova.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close