Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "shallowEqual"

module

comparator

Index

Functions

Functions

is

  • is(x: any, y: any): boolean

shallowEqual

  • shallowEqual(objA: any, objB: any): boolean
  • Performs equality by iterating through keys on an object and returning false when any key has values which are not strictly equal between the arguments. Returns true when the values of all keys are strictly equal.

    Parameters

    • objA: any
    • objB: any

    Returns boolean

Generated using TypeDoc