• Transform an object given a PropertyMap.

    Returns

    A new object cloned from the original with the applied PropertyMap.

    Parameters

    • object: any

      Input object to transform.

    • mappings: PropertyMap

      Transformations to apply to the input.

    Returns any