/// export * from "./BaseArr"; export { md5 } from "js-md5"; // import * as mws from "./mws"; // import * as unit from "./unit"; // import * as itf from "./itf"; // export const method = Object.assign({ get id() { return unit.unid.id; } }, unit, mws, itf); // try { // if (module) { // if (module.exports) { // Object.assign(module.exports, method); // } else { // module.exports = method; // } // } // } catch (error) { } // export default method;