48ea61cdcc
- Product documentation in docs/products/ - Updated MEMORY.md with product info - quiXzoom Auth Core as AAMOS Identity product
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
|