mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-05-26 13:14:55 +00:00
Move base-select into base
This commit is contained in:
3
resources/scripts/components/base/base-select/utils/isObject.js
vendored
Normal file
3
resources/scripts/components/base/base-select/utils/isObject.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function isObject (variable) {
|
||||
return Object.prototype.toString.call(variable) === '[object Object]'
|
||||
}
|
||||
Reference in New Issue
Block a user