MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / getWindow

Function getWindow

frontend/util/getenv.ts:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2// SPDX-License-Identifier: Apache-2.0
3
4function getWindow(): Window {
5 return globalThis.window;
6}
7
8function getProcess(): NodeJS.Process {
9 return globalThis.process;

Callers 1

getEnvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected