Jonas Gloning 2 жил өмнө
parent
commit
7e40af3a37
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      lib/exports.ts

+ 1 - 1
lib/exports.ts

@@ -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,