index.cjs 285 B

123456789101112
  1. "use strict";
  2. {
  3. exports = module.exports = function () {
  4. return register.apply(this, arguments);
  5. };
  6. exports.__esModule = true;
  7. const node = require("./nodeWrapper.cjs");
  8. const register = node.default;
  9. Object.assign(exports, node);
  10. }
  11. //# sourceMappingURL=index.cjs.map