19 lines
480 B
JavaScript
19 lines
480 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "bottomTabsDebugLog", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _logging.bottomTabsDebugLog;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "internalEnableDetailedBottomTabsLogging", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _logging.internalEnableDetailedBottomTabsLogging;
|
|
}
|
|
});
|
|
var _logging = require("./logging");
|
|
//# sourceMappingURL=index.js.map
|