feat: init
This commit is contained in:
3
node_modules/on-change/source/is-object.js
generated
vendored
Normal file
3
node_modules/on-change/source/is-object.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function isObject(value) {
|
||||
return Object.prototype.toString.call(value) === '[object Object]';
|
||||
}
|
||||
Reference in New Issue
Block a user