UNPKG
node-environment
Version:
latest (0.5.1)
0.5.1
0.5.0
Inspect NODE_ENV environment variable
github.com/pherval/node-environment
pherval/node-environment
node-environment
/
lib
/
index.d.ts
4 lines
(3 loc)
•
139 B
TypeScript
View Raw
1
2
3
4
function
env
(
query
:
string
, ...
others
:
string
[]
):
boolean
function
env
(
):
string
export
function
env
(
...
query
:
string
[]
):
boolean
|
string