UNPKG

@terra-js/terra-kit

Version:

SDK for mobile bridge to offer unified method signatures for Android/iOS.

17 lines (16 loc) 554 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var common_1 = require("@terra-js/common"); var ApolloKitModule = /** @class */ (function () { function ApolloKitModule() { var _this = this; this.appName = ''; this.wrappedModule = null; this.getConfig = function () { return _this.wrappedModule.invoke('getConfig'); }; this.wrappedModule = new common_1.ModuleWrapper('ApolloKitModule'); } return ApolloKitModule; }()); exports.default = ApolloKitModule;