ProtectedcloneRecursively transforms all objects that are not arrays. Mapper is called on deeper objects first.
object to start iterating from
mapper to transform the various objects - argument is a copy of the original
callback that is evaluated before iterating deeper. If continues is false, we do not iterate deeper, current object is still mapped. - default: true If shortcut is true, we do not iterate deeper, nor do we branch out, this mapper will be the last one called.
Visitor that visits all objects. Visits deeper objects first.
Creates stateless transformer.