dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
测试
‘liusuyi’
2023-07-18
333afebfbb27ffa129d5354cae37860eb725d7c9
[~liusuyi/ruoyi-api.git]
/
ruoyi-ui
/
node_modules
/
rxjs
/
src
/
internal
/
util
/
isArrayLike.ts
1
export const isArrayLike = (<T>(x: any): x is ArrayLike<T> => x && typeof x.length === 'number' && typeof x !== 'function');