@alugha/ima
Version:
A library for asynchronously loading the Google IMA SDK with static typing for the SDK
8 lines (7 loc) • 453 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.loadScript = exports.loadImaSdk = void 0;
var loadImaSdk_1 = require("./loadImaSdk");
Object.defineProperty(exports, "loadImaSdk", { enumerable: true, get: function () { return loadImaSdk_1.default; } });
var loadScript_1 = require("./loadScript");
Object.defineProperty(exports, "loadScript", { enumerable: true, get: function () { return loadScript_1.default; } });
;