SheetXL - v0.3.20
    Preparing search index...

    Variable isEqualObjectKeysConst

    isEqualObjectKeys: <T = any>(a: T, b: T) => boolean

    This just looks at the key at the top level. It does not compare actual instances or traverse.

    Type declaration

      • <T = any>(a: T, b: T): boolean
      • Type Parameters

        • T = any

        Parameters

        Returns boolean