spa/.claude/skills/thread-manager/node_modules/onnxruntime-common/dist/lib/env.js

8 lines
258 B
JavaScript

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