MCPcopy
hub / github.com/sachinchoolur/lightGallery / ProcessEnv

Interface ProcessEnv

lightgallery-react/src/react-app-env.d.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5declare namespace NodeJS {
6 interface ProcessEnv {
7 readonly NODE_ENV: 'development' | 'production' | 'test';
8 readonly PUBLIC_URL: string;
9 }
10}
11
12declare module '*.avif' {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected