(classpath-file file-name)
this loads a file from the classpath and returns an input stream
this loads a file from the classpath and returns an input stream
(get-file-ext filename)
retrieves the file extension portion from the filename
retrieves the file extension portion from the filename
(transform-map map-to-transform
&
{:keys [key-trans val-trans]
:or {key-trans identity val-trans identity}})
transforms the k/v pairs of a map using a supplied transformation function
transforms the k/v pairs of a map using a supplied transformation function
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close