Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Functions

Const isWindowObject

  • isWindowObject(obj: unknown): boolean
  • Checks if the given object is the window object.

    example

    isWindowObject(window); // true isWindowObject({}); // false

    Parameters

    • obj: unknown

      The object to check.

    Returns boolean

    Whether the object is the window object.

Legend

  • Function

Generated using TypeDoc