UNPKG

@happy-ts/fetch-t

Version:

Abortable fetch wrapper with the ability to specify the return type.

9 lines (8 loc) 170 B
/** * Name of abort error; */ export const ABORT_ERROR = 'AbortError' as const; /** * Name of timeout error; */ export const TIMEOUT_ERROR = 'TimeoutError' as const;