// 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;