mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
phase 1 of unit tests
This commit is contained in:
@@ -17,7 +17,7 @@ export class Collection<K, V> extends Map<K, V> {
|
||||
}
|
||||
|
||||
first() {
|
||||
return this.values().next().value;
|
||||
return this.values().next().value as V;
|
||||
}
|
||||
|
||||
last(): V {
|
||||
|
||||
Reference in New Issue
Block a user