UNPKG

node-datachannel

Version:

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

10 lines (7 loc) 267 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;