• Internal

    Type guard for determining whether a given object conforms to the Error interface.

    Returns

    true if the object conforms to the Error interface, otherwise false.

    Remarks

    Intended for internal use; may not be exported in future.

    Parameters

    • object: unknown

      The object.

    Returns object is Error

Generated using TypeDoc