Skip to content

Commit

Permalink
explain
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 22, 2024
1 parent de8471b commit 9a5d5b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sci/configs/cljs/spec/alpha.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
'valid? (sci/copy-var s/valid? sns)
'conform (sci/copy-var s/conform sns)
'nilable (sci/copy-var nilable sns)
'nilable-impl (sci/copy-var s/nilable-impl sns)}})
'nilable-impl (sci/copy-var s/nilable-impl sns)
'explain (sci/copy-var s/explain sns)}})

(def config {:namespaces namespaces})

0 comments on commit 9a5d5b8

Please sign in to comment.