toPlainObject()
function toPlainObject(value): Record<string, unknown>;
Defined in: object/toPlainObject.ts:7
将值转换为只包含自有可枚举属性的普通对象
Parameters
| Parameter | Type | Description |
|---|---|---|
value | unknown | 要转换的值 |
Returns
Record<string, unknown>
普通对象浅拷贝
function toPlainObject(value): Record<string, unknown>;
Defined in: object/toPlainObject.ts:7
将值转换为只包含自有可枚举属性的普通对象
| Parameter | Type | Description |
|---|---|---|
value | unknown | 要转换的值 |
Record<string, unknown>
普通对象浅拷贝