gungnir.util.malli

child-properties

(child-properties [_k m?])

Get the property of a malli :map child. Or return an empty map.

update-child-properties

(update-child-properties f [k m? & xs :as child])

Apply the function f to all properties of child. If child has no properties then no modifications will be made.

update-children

(update-children f schema)(update-children f schema options)

Update all children of schema with function f. Uses the malli.util/transform-entries function. options can be passed as an argument for malli.util/transform-entries.