UNPKG

node-datachannel

Version:

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

11 lines (7 loc) 268 B
// This file is created for builder process // So builder can find and compile all files and folders // Not intended to be imported directly import n from './lib/index'; import p from './polyfill/index'; export const nodeDataChannel = n; export const polyfill = p;