UNPKG

node-datachannel

Version:

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

12 lines (8 loc) 284 B
'use strict'; var index = require('./lib/index.cjs'); var index$1 = require('./polyfill/index.cjs'); const nodeDataChannel = index.default; const polyfill = index$1.default; exports.nodeDataChannel = nodeDataChannel; exports.polyfill = polyfill; //# sourceMappingURL=index.cjs.map