youtubei.js / Utils / deepCompare
Function: deepCompare()
deepCompare(
obj1
,obj2
):boolean
Compares given objects. May not work correctly for objects with methods.
Parameters
• obj1: any
• obj2: any
Returns
boolean
youtubei.js / Utils / deepCompare
deepCompare(
obj1
,obj2
):boolean
Compares given objects. May not work correctly for objects with methods.
• obj1: any
• obj2: any
boolean