Merge pull request #1535 from lumosmind/patch-7

Array type variables also support values() method
This commit is contained in:
Ilya Kantor 2019-10-29 23:40:33 +03:00 committed by GitHub
commit 726f2a8385
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ They are supported for:
- `Map`
- `Set`
- `Array` (except `arr.values()`)
- `Array`
Plain objects also support similar methods, but the syntax is a bit different.