-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature, improvement or requestNew feature, improvement or request
Milestone
Description
Contact Details
No response
What do you need?
Performs a deep comparison between two values to determine if they are equivalent.
Note: This method supports comparing arrays, array buffers, booleans, date objects, error objects, maps, numbers, Object objects, regexes, sets, strings, symbols, and typed arrays. Object objects are compared by their own, not inherited, enumerable properties. Functions and DOM nodes are compared by strict equality, i.e. ===.
Purposed definition:
function eqDeep(value: unknown, other: unknown): boolean;Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature, improvement or requestNew feature, improvement or request
Type
Projects
Status
🏗 In progress