xref: /expo/packages/@expo/env/src/index.ts (revision 78a6243a)
16a750d06SEvan Bacon/**
26a750d06SEvan Bacon * Copyright © 2023 650 Industries.
36a750d06SEvan Bacon *
46a750d06SEvan Bacon * This source code is licensed under the MIT license found in the
56a750d06SEvan Bacon * LICENSE file in the root directory of this source tree.
66a750d06SEvan Bacon */
7*78a6243aSEvan Baconimport { createControlledEnvironment, getFiles, isEnabled } from './env';
86a750d06SEvan Bacon
96a750d06SEvan Baconconst { get, load } = createControlledEnvironment();
106a750d06SEvan Bacon
11*78a6243aSEvan Baconexport { getFiles, get, load, isEnabled };
12