We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af12e7f commit c2d6fd1Copy full SHA for c2d6fd1
console-frontend/src/utils/utils.js
@@ -32,7 +32,7 @@ const extractPageNumberFromString = (str) => {
32
return str[indexPage + 5];
33
}
34
35
-export default {
+export {
36
isArray,
37
isString,
38
isObject,
0 commit comments