UNPKG

810 BJavaScriptView Raw
1(function (root, factory) {
2 if (typeof define === 'function' && define.amd)
3 define(['exports', 'kotlin'], factory);
4 else if (typeof exports === 'object')
5 factory(module.exports, require('kotlin'));
6 else {
7 if (typeof kotlin === 'undefined') {
8 throw new Error("Error loading module 'ktor-ktor-client-js-jsLegacy'. Its dependency 'kotlin' was not found. Please, check whether 'kotlin' is loaded prior to 'ktor-ktor-client-js-jsLegacy'.");
9 }root['ktor-ktor-client-js-jsLegacy'] = factory(typeof this['ktor-ktor-client-js-jsLegacy'] === 'undefined' ? {} : this['ktor-ktor-client-js-jsLegacy'], kotlin);
10 }
11}(this, function (_, Kotlin) {
12 'use strict';
13 Kotlin.defineModule('ktor-ktor-client-js-jsLegacy', _);
14 return _;
15}));
16
17//# sourceMappingURL=ktor-ktor-client-js-jsLegacy.js.map