Színkorrekciók
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
function isObject(value) {
|
||||
return typeof value === "object" && value !== null;
|
||||
}
|
||||
|
||||
export { isObject };
|
||||
Reference in New Issue
Block a user