function exportStar(m) { for (const p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; }