UNPKG

ac_npm_publish_test

Version:

AC Say My Name Package

79 lines (70 loc) 2.49 kB
(function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(); else if(typeof define === 'function' && define.amd) define("MyLib", [], factory); else if(typeof exports === 'object') exports["MyLib"] = factory(); else root["MyLib"] = factory(); })(self, function() { return /******/ (() => { // webpackBootstrap /******/ "use strict"; /******/ var __webpack_modules__ = ({ /***/ 790: /***/ ((__unused_webpack_module, exports) => { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.UsedClass = void 0; var UsedClass = /** @class */ (function () { function UsedClass() { } UsedClass.usedMethod = function () { return 'bbb'; }; return UsedClass; }()); exports.UsedClass = UsedClass; /***/ }) /******/ }); /************************************************************************/ /******/ // The module cache /******/ var __webpack_module_cache__ = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ // Check if module is in cache /******/ var cachedModule = __webpack_module_cache__[moduleId]; /******/ if (cachedModule !== undefined) { /******/ return cachedModule.exports; /******/ } /******/ // Create a new module (and put it into the cache) /******/ var module = __webpack_module_cache__[moduleId] = { /******/ // no module.id needed /******/ // no module.loaded needed /******/ exports: {} /******/ }; /******/ /******/ // Execute the module function /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__); /******/ /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ /************************************************************************/ var __webpack_exports__ = {}; // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk. (() => { var exports = __webpack_exports__; var __webpack_unused_export__; __webpack_unused_export__ = ({ value: true }); exports.UsedClass = void 0; var UsedClass_1 = __webpack_require__(790); Object.defineProperty(exports, "UsedClass", ({ enumerable: true, get: function () { return UsedClass_1.UsedClass; } })); })(); __webpack_exports__ = __webpack_exports__.UsedClass; /******/ return __webpack_exports__; /******/ })() ; }); //# sourceMappingURL=myLib.js.map