Skip to content
On this page

fillValue

深拷贝对象或数组

使用

js
import { deepClone } from '@pinos-ui/utils'

代码示例

参数说明

参数名说明类型必传默认值
target要克隆的对象unknown-

类型声明

js
export declare function deepClone(target: unknown): any;