UNPKG

dlovely-websocket

Version:

WebSocket For Dlovely

6 lines (5 loc) 258 B
import { SocketApp } from './SocketApp'; export { socketControl } from './SocketControl'; export type { SocketApp }; export type { AppConnection } from './SocketConnect'; export declare const createServerApp: (options?: SocketApp.Options) => SocketApp;