nicecode-v2/packages/biz/es/useSocket/onceChannel.d.ts
2024-01-16 11:44:26 +08:00

3 lines
110 B
TypeScript

declare const startChannel: (topic: any, req: any, callback: any) => () => void;
export default startChannel;