Explorar o código

fix: add token to PeerJSOption type definition

Jefferson Felix %!s(int64=3) %!d(string=hai) anos
pai
achega
e7675e1474
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      index.d.ts

+ 1 - 0
index.d.ts

@@ -136,6 +136,7 @@ declare namespace Peer {
     port?: number;
     path?: string;
     secure?: boolean;
+    token?: string;
     config?: RTCConfiguration;
     debug?: number;
   }