mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
438 B
438 B
youtubei.js / Utils / deepCompare
Function: deepCompare()
deepCompare(
obj1,obj2):boolean
Defined in: src/utils/Utils.ts:67
Compares given objects. May not work correctly for objects with methods.
Parameters
obj1
any
obj2
any
Returns
boolean