@@ -21,18 +21,19 @@ declare global {
21
21
type ProcessOutput = _ . ProcessOutput
22
22
var ProcessPromise : typeof _ . ProcessPromise
23
23
var ProcessOutput : typeof _ . ProcessOutput
24
- var log : typeof _ . log
25
24
var $ : typeof _ . $
26
25
var argv : typeof _ . argv
27
26
var cd : typeof _ . cd
28
27
var chalk : typeof _ . chalk
29
28
var defaults : typeof _ . defaults
29
+ var dotenv : typeof _ . dotenv
30
30
var echo : typeof _ . echo
31
31
var expBackoff : typeof _ . expBackoff
32
32
var fs : typeof _ . fs
33
33
var glob : typeof _ . glob
34
34
var globby : typeof _ . globby
35
35
var kill : typeof _ . kill
36
+ var log : typeof _ . log
36
37
var minimist : typeof _ . minimist
37
38
var nothrow : typeof _ . nothrow
38
39
var os : typeof _ . os
@@ -42,6 +43,7 @@ declare global {
42
43
var quiet : typeof _ . quiet
43
44
var quote : typeof _ . quote
44
45
var quotePowerShell : typeof _ . quotePowerShell
46
+ var resolveDefaults : typeof _ . resolveDefaults
45
47
var retry : typeof _ . retry
46
48
var sleep : typeof _ . sleep
47
49
var spinner : typeof _ . spinner
@@ -55,6 +57,8 @@ declare global {
55
57
var usePowerShell : typeof _ . usePowerShell
56
58
var usePwsh : typeof _ . usePwsh
57
59
var useBash : typeof _ . useBash
60
+ var version : typeof _ . version
61
+ var VERSION : typeof _ . VERSION
58
62
var which : typeof _ . which
59
63
var within : typeof _ . within
60
64
var YAML : typeof _ . YAML
0 commit comments