(global)
(global k)
(global k {:keys [cached]})
returns the entire global map
(global :all)
returns the entire global map (global :all)
(load)
(load file)
helper function for file resolvers
(load "dev/test/hara.config/config.edn") => map?
helper function for file resolvers (load "dev/test/hara.config/config.edn") => map?
(resolve form)
helper function for resolve
(resolve 1) => 1
(resolve [:str ["hello" " " "there"]]) => "hello there"
helper function for resolve (resolve 1) => 1 (resolve [:str ["hello" " " "there"]]) => "hello there"
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close