UNPKG
@reactgjs/react-gtk
Version:
beta (0.0.1-beta.2)
latest (0.0.1-beta.2)
0.0.1-beta.2
## Getting Started
github.com/react-gjs/react-gtk
@reactgjs/react-gtk
/
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; }