Explorar el Código

style: run prettier

Jonas Gloning hace 2 años
padre
commit
7e40af3a37
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,