@yagisumi/hello
Version:
3 lines (2 loc) • 453 B
JavaScript
!function(e,o){"object"==typeof exports&&"undefined"!=typeof module?o(exports):"function"==typeof define&&define.amd?define(["exports"],o):o((e="undefined"!=typeof globalThis?globalThis:e||self).window=e.window||{})}(this,(function(e){"use strict";e._error=function(){throw new Error("error")},e.hello=function(e){e?console.log(`Hello ${e}!`):console.log("Hello!")},Object.defineProperty(e,"__esModule",{value:!0})}));
//# sourceMappingURL=hello.js.map