Refactor waitForMessage to waitForPacket (since it returns a packet) and add a new waitForMessage which return the MessageBase, which makes usage a little tidier with async.
This commit is contained in:
1
dist/classes/UUID.d.ts
vendored
1
dist/classes/UUID.d.ts
vendored
@@ -7,4 +7,5 @@ export declare class UUID {
|
||||
setUUID(val: string): boolean;
|
||||
toString: () => string;
|
||||
writeToBuffer(buf: Buffer, pos: number): void;
|
||||
equals(cmp: UUID | string): boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user