Skip to content

object.object.contructor.ObjectConstructor

Thanh Luan edited this page Apr 8, 2023 · 1 revision

Interface: ObjectConstructor

object/object.contructor.ObjectConstructor

Table of contents

Methods

Methods

deepClone

deepClone<T>(targetValue): T

Type parameters

Name Type
T any

Parameters

Name Type
targetValue T

Returns

T

Defined in

object/object.contructor.ts:6


defEqual

defEqual(targetValue, compareValue): boolean

Parameters

Name Type
targetValue any
compareValue any

Returns

boolean

Defined in

object/object.contructor.ts:5

Clone this wiki locally