Liking cljdoc? Tell your friends :D

badigeon2.utils


assert-requiredclj

(assert-required task params required)

Check that each key in required coll is a key in params and throw if required are missing in params, otherwise return nil.

Check that each key in required coll is a key in params and throw if
required are missing in params, otherwise return nil.
raw docstring

assert-specsclj

(assert-specs task params & key-specs)

Check that key in params satisfies the spec. Throw if it exists and does not conform to the spec, otherwise return nil.

Check that key in params satisfies the spec. Throw if it exists and
does not conform to the spec, otherwise return nil.
raw docstring

versionclj

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

× close