(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close