(decode-var var-str)
Decode a single environment var into hash-map.
Return nil
if invalid.
Decode a single environment var into hash-map. Return `nil` if invalid.
(decode-vars vars-str)
Decode env vars by line
Decode env vars by line
(read-env-file file-name)
Read and parse env file e.g ".env"
Read and parse env file e.g ".env"
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close