mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
fix(typings): remove leftover typeof
This commit is contained in:
parent
33ecdd4c50
commit
ea9e144190
1 changed files with 1 additions and 1 deletions
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
|
|
@ -1684,7 +1684,7 @@ declare module 'discord.js' {
|
|||
|
||||
export class DataStore<K, V, VConstructor = Constructable<V>, R = any> extends Collection<K, V> {
|
||||
constructor(client: Client, iterable: Iterable<any>, holds: VConstructor);
|
||||
public static readonly [Symbol.species]: typeof CollectionConstructor;
|
||||
public static readonly [Symbol.species]: CollectionConstructor;
|
||||
public client: Client;
|
||||
public holds: VConstructor;
|
||||
public add(data: any, cache?: boolean, { id, extras }?: { id: K, extras: any[] }): V;
|
||||
|
|
|
|||
Loading…
Reference in a new issue