Function assignDeepOmitBlank

  • Assign target object proeprties to source object proeprties, support property type:

    • Plain Object
    • Array
    • Other

    Parameters

    • source: object
    • target: object
    • dpth: number = 1

      The depth of merge

    Returns any

Generated using TypeDoc