Skip to content

Commit

Permalink
add support for any+
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Feb 13, 2020
1 parent a7a7fb4 commit 32f0203
Show file tree
Hide file tree
Showing 4 changed files with 315 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Supported APIs:
```clojure
(:require [lilac.core :refer [validate-lilac deflilac register-custom-rule!
optional+ keyword+ boolean+ number+ string+ custom+ tuple+ vector+
list+ record+ not+ and+ map+ set+ nil+ or+ is+]])
list+ record+ not+ and+ map+ any+ set+ nil+ or+ is+]])
```

For example:
Expand Down
Loading

0 comments on commit 32f0203

Please sign in to comment.