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