UNPKG
haz-cli
Version:
latest (0.0.4)
0.0.4
0.0.1
HAZ CLI
github.com/brianclogan/haz
brianclogan/haz
haz-cli
/
dist
/
haz
/
env.d.ts
11 lines
(10 loc)
•
278 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
default
class
Env
{
private
env;
constructor
(
);
static
docker
(
container
:
string
):
any
;
static
dockerComposeFile
():
string
;
static
get
(
key
:
string
):
any
;
docker
(
container
:
string
):
any
;
dockerComposeFile
():
string
;
get
(
key
:
string
):
any
; }