diff --git a/src/globals.ts b/src/globals.ts index 76e2b5a2b4..2651477d35 100644 --- a/src/globals.ts +++ b/src/globals.ts @@ -27,6 +27,7 @@ declare global { var cd: typeof _.cd var chalk: typeof _.chalk var echo: typeof _.echo + var expBackoff: typeof _.expBackoff var fs: typeof _.fs var glob: typeof _.glob var globby: typeof _.globby @@ -37,7 +38,10 @@ declare global { var quiet: typeof _.quiet var quote: typeof _.quote var quotePowerShell: typeof _.quotePowerShell + var retry: typeof _.retry var sleep: typeof _.sleep + var spinner: typeof _.spinner + var ssh: typeof _.ssh var stdin: typeof _.stdin var which: typeof _.which var within: typeof _.within