Liking cljdoc? Tell your friends :D

hara.config


+directives+clj


+opt-keys+clj


+opt-types+clj


globalclj

(global)
(global k)
(global k {:keys [cached]})

returns the entire global map

(global :all)

returns the entire global map

(global :all)
raw docstring

loadclj

(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?
raw docstring

resolveclj

(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"
raw docstring

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

× close