"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.aaa = void 0; var aaa = function (cc) { console.log(cc); }; exports.aaa = aaa; //# sourceMappingURL=main.js.map