react-native-get-pixel_edit/node_modules/@react-native-community/cli-server-api/build/websocket/createEventsSocketEndpoint.d.ts
2025-07-09 11:41:52 +09:00

10 lines
352 B
TypeScript

import { Server as WebSocketServer } from 'ws';
/**
* Starts the eventsSocket at the given path
*
*/
export default function createEventsSocketEndpoint(broadcast: (method: string, params?: Record<string, any>) => void): {
server: WebSocketServer;
reportEvent: (event: any) => void;
};
//# sourceMappingURL=createEventsSocketEndpoint.d.ts.map