Back
prep (clj)
(source)function
(prep config)
(prep config keys)
Prepare a config map for initiation. The [[prep-key]] method is applied to
each entry in the map, and the values replaced with the return value. This is
used for adding default values and references to the configuration.
Deprecated in favor of [[expand]].