UNPKG

react-native-webrtc2

Version:
10 lines (8 loc) 179 B
'use strict'; export default class RTCEvent { type: string; constructor(type, eventInitDict) { this.type = type.toString(); Object.assign(this, eventInitDict); } }