UNPKG

912 BJavaScriptView Raw
1"use strict";
2function __export(m) {
3 for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
4}
5var __importStar = (this && this.__importStar) || function (mod) {
6 if (mod && mod.__esModule) return mod;
7 var result = {};
8 if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
9 result["default"] = mod;
10 return result;
11};
12Object.defineProperty(exports, "__esModule", { value: true });
13const IOSConfig = __importStar(require("./ios"));
14exports.IOSConfig = IOSConfig;
15const AndroidConfig = __importStar(require("./android"));
16exports.AndroidConfig = AndroidConfig;
17const WarningAggregator = __importStar(require("./WarningAggregator"));
18exports.WarningAggregator = WarningAggregator;
19__export(require("./Modules"));
20__export(require("./Config"));
21__export(require("./Project"));
22__export(require("./Errors"));
23//# sourceMappingURL=index.js.map
\No newline at end of file