Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Function

Index

Methods

Methods

__@hasInstance

  • __@hasInstance(value: any): boolean
  • Determines whether the given value inherits from this function if this function was used as a constructor function.

    A constructor function can control which objects are recognized as its instances by 'instanceof' by overriding this method.

    Parameters

    • value: any

    Returns boolean

Generated using TypeDoc