UNPKG

@nodecg/types

Version:

Dynamic broadcast graphics rendered in a browser

15 lines (13 loc) 276 B
/* eslint-disable @typescript-eslint/no-namespace */ declare namespace NodeJS { interface ProcessEnv { /** * This is set by our test suite. */ NODECG_TEST?: string; /** * This is set by the server core when under test. */ NODECG_TEST_PORT?: string; } }