mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 09:50:07 +00:00
Format collection.ts
This commit is contained in:
@@ -75,7 +75,7 @@ export class Collection<K, V> extends Map<K, V> {
|
||||
|
||||
reduce<T>(
|
||||
callback: (accumulator: T, value: V, key: K) => T,
|
||||
initialValue?: T
|
||||
initialValue?: T,
|
||||
): T {
|
||||
let accumulator: T = initialValue!;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user