UNPKG

integreat-adapter-json

Version:
3 lines (2 loc) 151 B
export declare const isObject: (value: unknown) => value is Record<string, unknown>; export declare const isErrorStatus: (status?: string) => boolean;