This website requires JavaScript.
Explore
Help
Sign In
wk450097098
/
mrr.sj.front
Watch
1
Star
0
Fork
You've already forked mrr.sj.front
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3e50131bdb
mrr.sj.front
/
node_modules
/
ali-oss
/
lib
/
common
/
utils
/
isArray.ts
4 lines
102 B
TypeScript
Raw
Blame
History
export
const
isArray
=
obj
=
>
{
return
Object
.
prototype
.
toString
.
call
(
obj
)
===
'[object Array]'
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink