UNPKG

expo-atlas

Version:

Inspect bundle contents, on module level, from Metro

13 lines 389 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.env = void 0; var getenv_1 = require("getenv"); exports.env = { get EXPO_DEBUG() { return (0, getenv_1.boolish)('EXPO_DEBUG', false); }, get EXPO_ATLAS_NO_VALIDATION() { return (0, getenv_1.boolish)('EXPO_ATLAS_NO_VALIDATION', false); }, }; //# sourceMappingURL=env.js.map