Liking cljdoc? Tell your friends :D

malli.provider


-inferrerclj/s

(-inferrer options)
source

-map-schemaclj/s

(-map-schema {tc :count :as stats}
             schema
             {:malli.provider/keys [infer map-of-threshold]
              :or {map-of-threshold 3}
              :as options})
source

-preferencesclj/s

source

-safe?clj/s

(-safe? f & args)
source

-schemaclj/s

(-schema stats)
(-schema {:keys [types] :as stats} options)
source

-value-schemaclj/s

(-value-schema {:keys [schemas]})
source

provideclj/s

(provide xs)
(provide xs options)

Given an sequence of example values, returms a Schema that can all values are valid against. For better performance, user provider instead. see provider for available options.

Given an sequence of example values, returms a Schema that can all values are valid against.
For better performance, user [[provider]] instead. see [[provider]] for available options.
sourceraw docstring

providerclj/s

(provider)
(provider options)

Returns a inferring function of values -> schema. Supports the following options:

  • `:malli.provider/map-of-threshold (default 3), how many entries need for :map-of
Returns a inferring function of `values -> schema`. Supports the following options:

- `:malli.provider/map-of-threshold (default 3), how many entries need for :map-of
sourceraw docstring

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

× close