We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444772d commit f9193adCopy full SHA for f9193ad
src/json.ts
@@ -1,5 +1,6 @@
1
import {BaseOBSWebSocket} from './base.js';
2
export {OBSWebSocketError} from './base.js';
3
+export type {EventTypes} from './base.js';
4
import {IncomingMessage, OutgoingMessage} from './types.js';
5
export * from './types.js';
6
src/msgpack.ts
@@ -1,6 +1,7 @@
import {decode, encode} from '@msgpack/msgpack';
7
0 commit comments