xref: /expo/packages/@expo/env/build/index.js (revision ae642c8a)
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4  value: true
5});
6exports.get = void 0;
7Object.defineProperty(exports, "getFiles", {
8  enumerable: true,
9  get: function () {
10    return _env().getFiles;
11  }
12});
13exports.load = void 0;
14function _env() {
15  const data = require("./env");
16  _env = function () {
17    return data;
18  };
19  return data;
20}
21/**
22 * Copyright © 2023 650 Industries.
23 *
24 * This source code is licensed under the MIT license found in the
25 * LICENSE file in the root directory of this source tree.
26 */
27
28const {
29  get,
30  load
31} = (0, _env().createControlledEnvironment)();
32exports.load = load;
33exports.get = get;
34//# sourceMappingURL=index.js.map