(function (root, factory) { if (typeof define === 'function' && define.amd) define(['exports', 'kotlin', 'kotlin-js', 'kotlinx-coroutines-core'], factory); else if (typeof exports === 'object') factory(module.exports, require('kotlin'), require('kotlin-js'), require('kotlinx-coroutines-core')); else { if (typeof kotlin === 'undefined') { throw new Error("Error loading module 'kotlin-web'. Its dependency 'kotlin' was not found. Please, check whether 'kotlin' is loaded prior to 'kotlin-web'."); } if (typeof this['kotlin-js'] === 'undefined') { throw new Error("Error loading module 'kotlin-web'. Its dependency 'kotlin-js' was not found. Please, check whether 'kotlin-js' is loaded prior to 'kotlin-web'."); } if (typeof this['kotlinx-coroutines-core'] === 'undefined') { throw new Error("Error loading module 'kotlin-web'. Its dependency 'kotlinx-coroutines-core' was not found. Please, check whether 'kotlinx-coroutines-core' is loaded prior to 'kotlin-web'."); } root['kotlin-web'] = factory(typeof this['kotlin-web'] === 'undefined' ? {} : this['kotlin-web'], kotlin, this['kotlin-js'], this['kotlinx-coroutines-core']); } }(this, function (_, Kotlin, $module$kotlin_js, $module$kotlinx_coroutines_core) { 'use strict'; var $$importsForInline$$ = _.$$importsForInline$$ || (_.$$importsForInline$$ = {}); var defineInlineFunction = Kotlin.defineInlineFunction; var Unit = Kotlin.kotlin.Unit; var Kind_CLASS = Kotlin.Kind.CLASS; var IllegalStateException = Kotlin.kotlin.IllegalStateException; var COROUTINE_SUSPENDED = Kotlin.kotlin.coroutines.intrinsics.COROUTINE_SUSPENDED; var CoroutineImpl = Kotlin.kotlin.coroutines.CoroutineImpl; var Result = Kotlin.kotlin.Result; var createFailure = Kotlin.kotlin.createFailure_tcv7n7$; var intercepted = Kotlin.kotlin.coroutines.intrinsics.intercepted_f9mg25$; var CancellableContinuationImpl_init = $module$kotlinx_coroutines_core.kotlinx.coroutines.CancellableContinuationImpl; var Kind_INTERFACE = Kotlin.Kind.INTERFACE; var DurationUnit = Kotlin.kotlin.time.DurationUnit; $$importsForInline$$['kotlinx-coroutines-core'] = $module$kotlinx_coroutines_core; return _; })); //# sourceMappingURL=kotlin-web.js.map