UNPKG
@dustlight/auth-ui
Version:
latest (1.0.3-alpha)
1.0.3-alpha
1.0.1-alpha-1
1.0.0-alpha-2
1.0.0-alpha-1
0.0.1-aplha-4
0.0.1-aplha-1
0.0.1-alpha-10
UI for Auth-Service
github.com/dustlight-cn/auth
dustlight-cn/auth
@dustlight/auth-ui
/
src
/
env.d.ts
8 lines
(7 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
namespace
NodeJS
{
interface
ProcessEnv
{
NODE_ENV
:
string
;
VUE_ROUTER_MODE
:
'hash'
|
'history'
|
'abstract'
|
undefined
;
VUE_ROUTER_BASE
:
string
|
undefined
; } }