Skip to content

Commit

Permalink
Updated exports
Browse files Browse the repository at this point in the history
  • Loading branch information
EXPORTS-bot committed Oct 15, 2023
1 parent b1c1cd1 commit 22e4e68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion exports/export.compact.edn
Original file line number Diff line number Diff line change
Expand Up @@ -14149,7 +14149,8 @@
:column 1,
:see-alsos [:clojure.spec.alpha/map-of :clojure.spec.alpha/every],
:line 563,
:examples nil,
:examples
[";; Define a ::person spec for a map with string keys and string values\n(s/def ::person\n (s/every-kv string? string?))\n\n;; Validate a person map with an 'int' age (fails)\n(s/valid? ::person {\"name\" \"Alice\" \"age\" 30 \"city\" \"New York\"})\n;; => false\n\n;; Validate a person map with 'string' values and keys (success)\n(s/valid? ::person {\"name\" \"Alice\" \"age\" \"30\" \"city\" \"New York\"})\n;; => true\n\n"],
:macro true,
:notes nil,
:arglists ["kpred vpred & opts"],
Expand Down
2 changes: 1 addition & 1 deletion exports/export.compact.min.edn

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion exports/export.edn

Large diffs are not rendered by default.

0 comments on commit 22e4e68

Please sign in to comment.