Liking cljdoc? Tell your friends :D

serverless.utils.map


kv-transform-keywordscljs

(kv-transform-keywords kt coll)
(kv-transform-keywords kt vt coll)

Transform a map's keywords and optionally their values as well.

Takes key transform function, value transform function, and a map. If a non-map is passed in, the value is returned.

Transform a map's keywords and optionally their values as well.

Takes key transform function, value transform function, and a map.
If a non-map is passed in, the value is returned.
sourceraw docstring

transform-keywordscljs

(transform-keywords t coll)

Recursively transforms all keyword map keys in coll with t.

Recursively transforms all keyword map keys in coll with t.
sourceraw docstring

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

× close