Skip to content

Commit

Permalink
fix(global): add missing types (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub authored Jun 19, 2024
1 parent 3931b9d commit 7b3046b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ declare global {
var nothrow: typeof _.nothrow
var os: typeof _.os
var path: typeof _.path
var ps: typeof _.ps
var question: typeof _.question
var quiet: typeof _.quiet
var quote: typeof _.quote
Expand All @@ -44,10 +45,12 @@ declare global {
var sleep: typeof _.sleep
var spinner: typeof _.spinner
var stdin: typeof _.stdin
var syncProcessCwd: typeof _.syncProcessCwd
var tempdir: typeof _.tempdir
var tempfile: typeof _.tempfile
var tmpdir: typeof _.tempdir
var tmpfile: typeof _.tempfile
var updateArgv: typeof _.updateArgv
var usePowerShell: typeof _.usePowerShell
var usePwsh: typeof _.usePwsh
var useBash: typeof _.useBash
Expand Down

0 comments on commit 7b3046b

Please sign in to comment.