UNPKG
@launchql/env
Version:
latest (2.8.3)
2.8.3
2.8.2
2.8.1
2.8.0
2.6.1
2.6.0
2.5.8
2.5.7
2.5.6
2.5.5
2.5.4
2.5.3
2.5.1
2.5.0
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
LaunchQL environment management
github.com/launchql/launchql
launchql/launchql
@launchql/env
/
env.d.ts
6 lines
(5 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
LaunchQLOptions
}
from
'@launchql/types'
;
export
declare
const
getEnvVars
:
() =>
LaunchQLOptions
;
type
NodeEnv
=
'development'
|
'production'
|
'test'
;
export
declare
const
getNodeEnv
:
() =>
NodeEnv
;
export
{};