Liking cljdoc? Tell your friends :D

re-conf.core


apply*cljs

(apply* c r as)
(apply* c r f as)

Take a resource and apply it on a sequence:

  • In case of an error returning all errors under error key
  • In case of ok returning all results under ok key

(apply* c directory ["tmp/1" "/tmp/2"]) (apply* c directory (fn [f] [f :absent]) ["tmp/1" "/tmp/2"]) ; transforming args function

Take a resource and apply it on a sequence:
* In case of an error returning all errors under error key
* In case of ok returning all results under ok key

(apply* c directory ["tmp/1" "/tmp/2"])
(apply* c directory (fn [f] [f :absent]) ["tmp/1" "/tmp/2"]) ; transforming args function
sourceraw docstring

assert-node-major-versioncljs

(assert-node-major-version)

Node Major version check

Node Major version check
sourceraw docstring

call-fncljs

(call-fn env [k f])
source

check-resultcljs

(check-result r)
source

invoke-allcljs

(invoke-all env nmsps)

Invoke multiple namespace functions and return errors

Invoke multiple namespace functions and return errors
sourceraw docstring

processcljs

source

report-n-exitcljs

(report-n-exit c)
source

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

× close