(get-var name not-found)
Returns the value of env var or not-found if it's undefined.
Returns the value of env var or not-found if it's undefined.
(strict-get-compile-time-var name)
Returns the value of env var or throws in runtime if it's undefined during compilation.
Returns the value of env var or throws in runtime if it's undefined during compilation.
(strict-get-var name)
Returns the value of env var or throws if it's undefined.
Returns the value of env var or throws if it's undefined.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close