7 lines
171 B
JavaScript
7 lines
171 B
JavaScript
const isBaseQueryError = (error)=>{
|
|
return typeof error !== 'undefined' && error.name !== undefined;
|
|
};
|
|
|
|
export { isBaseQueryError };
|
|
//# sourceMappingURL=api.mjs.map
|