This website works better with JavaScript.
Home
Explore
Help
Sign In
hopfma
/
om
Watch
4
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Ohm-Management - Projektarbeit B-ME
44
Commits
2
Branches
Tree:
b2ecbb6e12
om
/
node_modules
/
rxjs
/
internal
/
util
/
isArrayLike.d.ts
isArrayLike.d.ts
68B
Raw
Blame
History
1
export
declare
const
isArrayLike: <T>
(
x:
any
) =>
x is ArrayLike<T>;