• Type guard for determining whether a given object is an AbortSignal instance.

    Returns

    true if the object is determined to be an AbortSignal, otherwise false.

    Parameters

    • object: unknown

      The object.

    Returns object is AbortSignal

Generated using TypeDoc