소스 검색

remove unused imports

afrokick 6 년 전
부모
커밋
1c82f23489
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      lib/api.ts
  2. 0 1
      lib/baseconnection.ts

+ 0 - 1
lib/api.ts

@@ -1,5 +1,4 @@
 import { util } from "./util";
-import { PeerErrorType, PeerEventType } from "./enums";
 
 export class API {
   constructor(private readonly _options: any) { }

+ 0 - 1
lib/baseconnection.ts

@@ -1,6 +1,5 @@
 import { EventEmitter } from "eventemitter3";
 import { Peer } from "./peer";
-import { RTCPeerConnection } from "./adapter";
 import { ServerMessage } from "./servermessage";
 import { ConnectionType } from "./enums";