UNPKG
@react-gnome/core
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
## Getting Started
@react-gnome/core
/
gapp:env.d.ts
14 lines
(12 loc)
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
declare
module
"gapp:env"
{
const
envs
: { [
key
:
string
]:
string
|
number
|
boolean
|
null
; } & {
friendlyAppName
:
string
;
appName
:
string
;
appVersion
:
string
;
appId
:
string
;
mode
:
"development"
|
"production"
; };
export
default
envs; }