3 lines
110 B
TypeScript
3 lines
110 B
TypeScript
declare const startChannel: (topic: any, req: any, callback: any) => () => void;
|
|
export default startChannel;
|