• Checks whether given value's type is an instance of provided constructor. isInstanceOf.

    Parameters

    • wat: any

      A value to be checked.

    • base: any

      A constructor to be used in a check.

    Returns boolean

    A boolean representing the result.

Generated using TypeDoc