Skip to content

Documentation / @agentick/shared / isAbortError

Function: isAbortError()

isAbortError(error): error is AbortError

Defined in: errors.ts:725

Check if error is an AbortError

Parameters

error

unknown

Returns

error is AbortError

Released under the ISC License.