Commit 4999435

咲奈Sakina <59400654+fz6m@users.noreply.github.com>
2023-02-27 18:38:29
fix: `zx/globals` type (#591)
1 parent 5bbb635
Changed files (1)
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