Browse Source

style: run prettier

Jonas Gloning 2 năm trước cách đây
mục cha
commit
7e40af3a37
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,