(-map-schema {tc :count :as stats}
schema
{:malli.provider/keys [infer map-of-threshold]
:or {map-of-threshold 3}
:as options})
(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.
(provider)
(provider options)
Returns a inferring function of values -> schema
. Supports the following 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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close