Skip to content

Commit

Permalink
fix: zx/globals type (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
fz6m authored Feb 27, 2023
1 parent 5bbb635 commit 4999435
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4999435

Please sign in to comment.