UNPKG

darkcord

Version:

A NodeJS Package to interact with Discord API

8 lines 270 B
export declare class BitField<T extends number | bigint = number, FLAGS = Record<string, number | bigint>> { raw: T; flags: FLAGS; constructor(raw: T, flags: FLAGS); has(bits: T): boolean; toArray(): string[]; } //# sourceMappingURL=BitField.d.ts.map