• Checks if a given key exists in an object, indicating whether the object is an instance of the specified type.

    Type Parameters

    • Return

      The type to check for.

    Parameters

    • object: any

      The object to check.

    • key: any

      The key to check in the object.

    Returns object is Return

    • A boolean indicating whether the object is an instance of the specified type.

    Function

    _InstanceOf

Generated using TypeDoc