You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

BroadcastClient.d.ts 263B

1234567
  1. import { Client, ClientOptions } from '.';
  2. export default class BroadcastClient extends Client {
  3. private readonly clients;
  4. constructor(servers: string[], options?: ClientOptions);
  5. private getMethodNames;
  6. }
  7. //# sourceMappingURL=BroadcastClient.d.ts.map