Liking cljdoc? Tell your friends :D

fulcro-spec.instrument

Cross-platform instrumentation functions for mock validation. These wrap stub functions to validate args/return against Malli schemas or Clojure Specs.

Cross-platform instrumentation functions for mock validation.
These wrap stub functions to validate args/return against Malli schemas or Clojure Specs.
raw docstring

malli-instrumentclj/s

(malli-instrument f schema report)

Wraps a stub function with Malli validation. Reports errors via the report callback.

Wraps a stub function with Malli validation. Reports errors via the report callback.
sourceraw docstring

spec-instrumentclj/s

(spec-instrument f fspec-sym report)

Wraps a stub function with Clojure Spec validation. Reports errors via the report callback.

Wraps a stub function with Clojure Spec validation. Reports errors via the report callback.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close