Variable ASYNC_ERRORSConst

ASYNC_ERRORS: {
    Abort: typeof AbortAsyncError;
    Base: typeof AsyncError;
    Retry: typeof RetryAsyncError;
    Timeout: typeof TimeoutAsyncError;
} = ...

IMPORT_PATH: "@daiso-tech/core/async"