(inline-resource resource-name)
(inline-resource resource-name f & args)
Inlines the content of a resource at "macro expansion" time,
optionally transformed by f & args
in the same way that using clojure.core/update
.
Inlines the content of a resource at "macro expansion" time, optionally transformed by `f & args` in the same way that using `clojure.core/update`.
(inline-resource* namespace-obj resource-name)
(inline-resource* namespace-obj resource-name f & args)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close