UNPKG

@tf2pickup-org/mumble-client

Version:
6 lines (5 loc) 182 B
import { Reject } from '@tf2pickup-org/mumble-protocol'; export declare class ConnectionRejectedError extends Error { readonly reject: Reject; constructor(reject: Reject); }