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