mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
typings(Bitfield): use IterableIterator instead of Iterator (#3599)
This commit is contained in:
committed by
SpaceEEC
parent
43782839ec
commit
f56b442e83
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -124,7 +124,7 @@ declare module 'discord.js' {
|
||||
public toArray(): S[];
|
||||
public toJSON(): number;
|
||||
public valueOf(): number;
|
||||
public [Symbol.iterator](): Iterator<S>;
|
||||
public [Symbol.iterator](): IterableIterator<S>;
|
||||
public static FLAGS: object;
|
||||
public static resolve(bit?: BitFieldResolvable<any>): number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user