Home
last modified time | relevance | path

Searched refs:getenv_1 (Results 1 – 3 of 3) sorted by relevance

/expo/packages/create-expo-module/build/
H A Dtelemetry.js11 const getenv_1 = require("getenv"); constant
15 const EXPO_NO_TELEMETRY = (0, getenv_1.boolish)('EXPO_NO_TELEMETRY', false);
17 const EXPO_SANDBOX = (0, getenv_1.boolish)('EXPO_STAGING', false) || (0, getenv_1.boolish)('EXPO_LO…
H A DcreateExampleApp.js9 const getenv_1 = __importDefault(require("getenv")); constant
17 const EXPO_BETA = getenv_1.default.boolish('EXPO_BETA', false);
H A Dcreate-expo-module.js13 const getenv_1 = require("getenv"); constant
25 const EXPO_BETA = (0, getenv_1.boolish)('EXPO_BETA', false);