Skip to content

Commit

Permalink
fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyoshiaki committed Jan 6, 2025
1 parent 0b33a21 commit 522d262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/webrtc/src/nonstandard/navigator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ export class Navigator {
}
}

export const navigator = new Navigator();

export class MediaDevices extends EventTarget {
video?: MediaStreamTrack;
audio?: MediaStreamTrack;
Expand Down Expand Up @@ -145,3 +143,5 @@ interface DoubleRange {
max?: number;
min?: number;
}

export const navigator = new Navigator();

0 comments on commit 522d262

Please sign in to comment.