This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
element
mirror of
https://github.com/ElemeFE/element
Watch
1
Star
0
Fork
You've already forked element
0
Code
Issues
Releases
Wiki
Activity
c34ec3f1f1
element
/
src
/
utils
/
types.js
4 lines
102 B
JavaScript
Raw
Blame
History
export
function
isObject
(
obj
)
{
return
Object
.
prototype
.
toString
.
call
(
obj
)
===
'[object Object]'
;
}
Reference in New Issue
View Git Blame
Copy Permalink