Travis build: 784 [ci skip]
This commit is contained in:
@ -7,6 +7,7 @@ Use the spread operator (`...`) to check if the provided argument is iterable in
|
||||
```js
|
||||
|
||||
|
||||
|
||||
const isArrayLike = val =>
|
||||
try {return [...val], true; }
|
||||
catch (e) { return false; }
|
||||
|
||||
Reference in New Issue
Block a user