memory-card
Version:
ES6 Map like Async API, with Swagger API Backend Support.
10 lines • 662 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.log = exports.VERSION = exports.MemoryCard = void 0;
const memory_card_js_1 = require("./memory-card.js");
Object.defineProperty(exports, "MemoryCard", { enumerable: true, get: function () { return memory_card_js_1.MemoryCard; } });
const config_js_1 = require("./config.js");
Object.defineProperty(exports, "log", { enumerable: true, get: function () { return config_js_1.log; } });
Object.defineProperty(exports, "VERSION", { enumerable: true, get: function () { return config_js_1.VERSION; } });
exports.default = memory_card_js_1.MemoryCard;
//# sourceMappingURL=mod.js.map