UNPKG

@hapic/harbor

Version:

A harbor http api client.

5 lines (4 loc) 244 B
export type { RequestBaseOptions, Response, ResponseData, ClientError, ErrorCode, } from 'hapic'; export { isClientErrorDueNetworkIssue } from 'hapic'; export { isClientErrorWithStatusCode } from 'hapic'; export { isClientError } from 'hapic';