UNPKG
@eclipsejs/cli
Version:
latest (1.1.0)
1.1.0
1.0.0
0.8.1
0.8.0
0.7.0
0.6.0
0.5.1
0.5.0
0.4.0
0.3.0
0.2.12
0.2.11
0.2.10
0.2.9
Inject environment variables on runtime
dlesage25/eclipse-cli
@eclipsejs/cli
/
lib
/
src
/
eclipse
/
shell
/
shell.d.ts
9 lines
(8 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
default
class
Shell
{
initialize
(
coreProcess
:
string
,
processArgs
:
string
[],
env
: { [
key
:
string
]:
string
; }):
void
;
sanitizeEnv
(
env
: { [
key
:
string
]:
string
| undefined; }): {}; }