Liking cljdoc? Tell your friends :D

malli.dev


-capture-fail!clj

(-capture-fail!)
(-capture-fail! {:keys [report] :or {report (pretty/reporter)}})
source

-log!clj

(-log! text)
(-log! text printer)
source

-uncapture-fail!clj

(-uncapture-fail!)
source

start!clj

(start!)
(start! options)

Collects defn schemas from all loaded namespaces and starts instrumentation for a filtered set of function Vars (e.g. defns). See malli.core/-instrument for possible options. Re-instruments if the function schemas change. Also emits clj-kondo type annotations.

Collects defn schemas from all loaded namespaces and starts instrumentation for
a filtered set of function Vars (e.g. `defn`s). See [[malli.core/-instrument]]
for possible options. Re-instruments if the function schemas change. Also emits
clj-kondo type annotations.
sourceraw docstring

stop!clj

(stop!)

Stops instrumentation for all functions vars and removes clj-kondo type annotations.

Stops instrumentation for all functions vars and removes clj-kondo type annotations.
sourceraw docstring

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

× close