UNPKG

120 BTypeScriptView Raw
1import { Streaming } from "./streaming";
2
3export class Channel {
4 constructor(streaming: Streaming, name: string);
5}