8 lines
262 B
JavaScript
8 lines
262 B
JavaScript
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Licensed under the MIT License.
|
|
import { env as envImpl } from './env-impl.js';
|
|
/**
|
|
* Represent a set of flags as a global singleton.
|
|
*/
|
|
export const env = envImpl;
|
|
//# sourceMappingURL=env.js.map
|