Function deepCopyProtected

  • Protected

    返回指定对象的深度拷贝,支持 Date、RegExp、Array、Set、Map 等类型。

    Type Parameters

    • T

    Parameters

    • target: T

      指定对象

    Returns T

    指定对象的深度拷贝

    Example

    const output = deepCopy(input)
    

Generated using TypeDoc