This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
packages
/
element-ui
Segui
2
Vota
0
Forka
1
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
c34ec3f1f1
Rami (Branch)
Tag
master
element-ui
/
src
/
utils
/
types.js
types.js
102 B
Cronologia
Originale
1
2
3
export function isObject(obj) {
return Object.prototype.toString.call(obj) === '[object Object]';
}