Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsInstanceOf"

Index

Functions

Functions

isInstanceOf

  • isInstanceOf(value: any, target: {}): boolean
  • Checks if the value is an instance of the specified object.

    Parameters

    • value: any

      The value array being checked.

    • target: {}

      The target type constructor

    Returns boolean

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

Generated using TypeDoc