Function wrapTypedObjects

  • Creates a new object that is will wrap or unwrap on any objects defined in the TypedObject.

    Parameters

    • value: any
    • template: any
    • type: TypedObject<any, any>
    • context: any
    • wrap: boolean = true

    Returns any

    Remarks