UNPKG

physical-chrome

Version:

virtual physical network infrastructure layer for chrome

7 lines (6 loc) 144 B
export declare let config: IConfig; interface IConfig { permissiveMode: boolean; rtcConfiguration: RTCConfiguration; } export {};