mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 22:51:32 +00:00
Webpack build for branch 11.3-dev: b757f9ef2d
This commit is contained in:
parent
6cabeb8d8d
commit
211b86cf4f
1 changed files with 2 additions and 2 deletions
|
|
@ -964,7 +964,7 @@ class Collection extends Map {
|
|||
/**
|
||||
* Creates an ordered array of the values of this collection, and caches it internally. The array will only be
|
||||
* reconstructed if an item is added to or removed from the collection, or if you change the length of the array
|
||||
* itself. If you don't want this caching behaviour, use `[...collection.values()]` or
|
||||
* itself. If you don't want this caching behavior, use `[...collection.values()]` or
|
||||
* `Array.from(collection.values())` instead.
|
||||
* @returns {Array}
|
||||
*/
|
||||
|
|
@ -976,7 +976,7 @@ class Collection extends Map {
|
|||
/**
|
||||
* Creates an ordered array of the keys of this collection, and caches it internally. The array will only be
|
||||
* reconstructed if an item is added to or removed from the collection, or if you change the length of the array
|
||||
* itself. If you don't want this caching behaviour, use `[...collection.keys()]` or
|
||||
* itself. If you don't want this caching behavior, use `[...collection.keys()]` or
|
||||
* `Array.from(collection.keys())` instead.
|
||||
* @returns {Array}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue