UNPKG

327 BTypeScriptView Raw
1import { Channel, Event } from '../../common';
2export declare const ConnectionSource: unique symbol;
3/**
4 * A ConnectionSource creates a Channel. The channel is valid until it sends a close event.
5 */
6export interface ConnectionSource {
7 onConnectionDidOpen: Event<Channel>;
8}
9//# sourceMappingURL=connection-source.d.ts.map
\No newline at end of file