@cpaassdk/cpaas-sdk
Version:
15 lines (14 loc) • 495 B
JavaScript
(function (root, factory) {
if (typeof define === 'function' && define.amd)
define(['exports'], factory);
else if (typeof exports === 'object')
factory(module.exports);
else
root.kotlin_com_juul_indexeddb_core = factory(typeof kotlin_com_juul_indexeddb_core === 'undefined' ? {} : kotlin_com_juul_indexeddb_core);
}(this, function (_) {
'use strict';
//region block: pre-declaration
//endregion
return _;
}));
//# sourceMappingURL=kotlin_com_juul_indexeddb_core.js.map