Skip to content

Commit

Permalink
style: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgloning committed Feb 26, 2023
1 parent e85a3e7 commit 7e40af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/exports.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { util, type Util } from "./util";
import { Peer } from "./peer";
export type { PeerEvents, PeerError,PeerOptions } from "./peer";
export type { PeerEvents, PeerError, PeerOptions } from "./peer";

export type {
PeerJSOption,
Expand Down

0 comments on commit 7e40af3

Please sign in to comment.