Type alias Channel

Channel: {
    close: (() => void);
    send: ((data: ChannelData) => void);
}

Type declaration

Generated using TypeDoc