MCPcopy Index your code
hub / github.com/effector/effector / ImportMetaEnv

Interface ImportMetaEnv

documentation/src/env.d.ts:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2/// <reference path="../.astro/types.d.ts" />
3
4interface ImportMetaEnv {
5 readonly GITHUB_TOKEN: string | undefined;
6}
7
8interface ImportMeta {
9 readonly env: ImportMetaEnv;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…