UNPKG

@xstate/inspect

Version:
9 lines 321 B
import { WebSocketServer } from 'ws'; import { Inspector, Replacer } from './types'; interface ServerInspectorOptions { server: WebSocketServer; serialize?: Replacer | undefined; } export declare function inspect(options: ServerInspectorOptions): Inspector; export {}; //# sourceMappingURL=server.d.ts.map