7 lines
145 B
JavaScript
7 lines
145 B
JavaScript
const isBaseQueryError = (error)=>{
|
|
return error.name !== undefined;
|
|
};
|
|
|
|
export { isBaseQueryError };
|
|
//# sourceMappingURL=baseQuery.mjs.map
|