Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsObject"

Index

Functions

Functions

isObject

  • isObject(value: any): boolean
  • Checks if the instance is defined, is not an array, and an object (typeof value === 'object').

    Parameters

    • value: any

      The value being checked.

    Returns boolean

    True if the value is an instance of the enum, false otherwise.

Generated using TypeDoc