UNPKG

@cgi-learning-hub/ui

Version:

@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features

11 lines (10 loc) 259 B
function e(t) { return typeof t == "object" && t != null && "status" in t; } function s(t) { return typeof t == "object" && t != null && "message" in t && typeof t.message == "string"; } export { s as isErrorWithMessage, e as isFetchBaseQueryError };