Load constraint function for given name.
Load constraint function for given name.
Load generator function for given spec. Spec has a :name
(used for
dispatch) and :arguments
. The later can be used to prepare a generator
function for action. The returned function accepts a world
argument,
supplied arguments and dependency values.
Load generator function for given spec. Spec has a `:name` (used for dispatch) and `:arguments`. The later can be used to prepare a generator function for action. The returned function accepts a `world` argument, supplied arguments and dependency values.
(load {:keys [types]})
Load configuration and return attrs definition suitable for
nl.surf.demo-data.world/gen
.
Load configuration and return attrs definition suitable for `nl.surf.demo-data.world/gen`.
(load-json data)
Load configuration from JSON string and return attrs definition suitable for
nl.surf.demo-data.world/gen
.
Load configuration from JSON string and return attrs definition suitable for `nl.surf.demo-data.world/gen`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close