UNPKG

@authup/core-http-kit

Version:

Package containing global constants, types & interfaces.

3 lines 155 B
import type { ClientError } from 'hapic'; export declare function isClientError(input: unknown): input is ClientError; //# sourceMappingURL=helper.d.ts.map