UNPKG
@rxx/core
Version:
latest (1.0.1-alpha.9)
1.0.1-alpha.9
1.0.1-alpha.8
1.0.1-alpha.7
1.0.1-alpha.6
1.0.1-alpha.4
1.0.1-alpha.3
1.0.1-alpha.0
React MVI micro framework.
github.com/brn/react-mvi
brn/react-mvi
@rxx/core
/
lib
/
production
/
env.d.ts
7 lines
(6 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface Process {
env
: { NODE_ENV:
'production'
|
'debug'
; }; }
export
declare
function
getProcess(): Process;