@cpaassdk/cpaas-sdk
Version:
36 lines (35 loc) • 1.47 kB
JavaScript
(function (root, factory) {
if (typeof define === 'function' && define.amd)
define(['exports', './kotlin_kotlin.js'], factory);
else if (typeof exports === 'object')
factory(module.exports, require('./kotlin_kotlin.js'));
else {
if (typeof kotlin_kotlin === 'undefined') {
throw new Error("Error loading module 'kotlin_com_juul_indexeddb_external'. Its dependency 'kotlin_kotlin' was not found. Please, check whether 'kotlin_kotlin' is loaded prior to 'kotlin_com_juul_indexeddb_external'.");
}
root.kotlin_com_juul_indexeddb_external = factory(typeof kotlin_com_juul_indexeddb_external === 'undefined' ? {} : kotlin_com_juul_indexeddb_external, kotlin_kotlin);
}
}(this, function (_, kotlin_kotlin) {
//region block: imports
var Unit_getInstance = kotlin_kotlin.$crossModule$.Unit_getInstance;
var isObject = kotlin_kotlin.$crossModule$.isObject;
//endregion
'use strict';
//region block: pre-declaration
//endregion
function _get_indexedDB__3739369218(_this__1828080292) {
var tmp$ret$0;
$l$block: {
tmp$ret$0 = _this__1828080292;
break $l$block;
}
var tmp = tmp$ret$0.indexedDB;
return (!(tmp == null) ? isObject(tmp) : false) ? tmp : null;
}
//region block: exports
_.$crossModule$ = _.$crossModule$ || {};
_.$crossModule$._get_indexedDB__3739369218 = _get_indexedDB__3739369218;
//endregion
return _;
}));
//# sourceMappingURL=kotlin_com_juul_indexeddb_external.js.map