UNPKG

node-datachannel

Version:

WebRTC For Node.js and Electron. libdatachannel node bindings.

9 lines (5 loc) 197 B
'use strict'; var nodeDatachannel = require('./node-datachannel.cjs'); const WebSocket = nodeDatachannel.default.WebSocket; exports.WebSocket = WebSocket; //# sourceMappingURL=websocket.cjs.map