Liking cljdoc? Tell your friends :D

district.cljs-utils


collifycljs

(collify x)
source

js-obj->cljcljs

(js-obj->clj obj)
source

kw->strcljs

(kw->str kw)
source

map-kv-at-keyscljs

(map-kv-at-keys f keyseq m)
source

map-vals-at-keyscljs

(map-vals-at-keys f keyseq m)
source

merge-incljs

(merge-in & args)

Merge multiple nested maps.

Merge multiple nested maps.
sourceraw docstring

not-nil?cljs

source

rand-strcljs

(rand-str n & [{:keys [:lowercase-only? :exclude-numbers?]}])
source

safe-assoc-incljs

(safe-assoc-in m ks v)

Invariant version of assoc-in. Returns unchanged map if ks path is empty

Invariant version of assoc-in.
Returns unchanged map if `ks` path is empty
sourceraw docstring

sort-by-desccljs

(sort-by-desc key-fn coll)
source

sort-desccljs

(sort-desc coll)
source

transform-keyscljs

(transform-keys t coll)
source

transform-valscljs

(transform-vals t coll)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close