UNPKG
@wuchuheng/express
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
0.0.58
0.0.57
0.0.56
0.0.55
0.0.54
0.0.53
0.0.52
0.0.5
0.0.4-beta.8
0.0.4-beta.0
0.0.2-beta.2
0.0.2-beta.1
0.0.2-beta.0
0.0.1
Express project template
github.com/wuchuheng/ts-express-template
wuchuheng/ts-express-template
@wuchuheng/express
/
template
/
src
/
global.d.ts
10 lines
(8 loc)
•
118 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
global
{
namespace
NodeJS
{
interface
ProcessEnv
{
ENV_KEY_DEMO
?:
string
; } } }
export
{};