main.js 200 B

12345678
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.aaa = void 0;
  4. var aaa = function (cc) {
  5. console.log(cc);
  6. };
  7. exports.aaa = aaa;
  8. //# sourceMappingURL=main.js.map