Skip to content

Commit bc4bcd0

Browse files
committed
__esModule fix for importing
1 parent 8027281 commit bc4bcd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,3 +373,4 @@ export abstract class BaseOBSWebSocket extends EventEmitter<MapValueToArgsArray<
373373
// https://github.com/developit/microbundle/issues/531#issuecomment-575473024
374374
// eslint-disable-next-line @typescript-eslint/naming-convention
375375
export const __esModule = true;
376+
Object.defineProperty(exports, '__esModule', { value: true });

0 commit comments

Comments
 (0)