Liking cljdoc? Tell your friends :D

dev.skivi.config.interface

Configuration management interface with malli schema metadata.

All functions have :malli/schema metadata for runtime validation. To enable instrumentation:

(require '[malli.instrument :as mi]) (mi/instrument!) ; instruments all functions with :malli/schema metadata (mi/unstrument!) ; removes instrumentation

Configuration management interface with malli schema metadata.

All functions have :malli/schema metadata for runtime validation.
To enable instrumentation:

  (require '[malli.instrument :as mi])
  (mi/instrument!)  ; instruments all functions with :malli/schema metadata
  (mi/unstrument!)  ; removes instrumentation
raw 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