MCPcopy Index your code
hub / github.com/codegowhere/react-inject-env / Window

Interface Window

sample/v2/src/env2.ts:2–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare global {
2 interface Window {
3 env: any
4 }
5}
6type EnvType = {
7 REACT_APP_COLOR: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected