// This file is created for builder process// So builder can find and compile all files and folders// Not intended to be imported directlyimport n from'./lib/index';
import p from'./polyfill/index';
exportconst nodeDataChannel = n;
exportconst polyfill = p;