Skip to content

Commit

Permalink
Re-sort globals to be alphabetical
Browse files Browse the repository at this point in the history
  • Loading branch information
LionC committed Aug 14, 2023
1 parent 92f77d6 commit 611157b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ declare global {
var fs: typeof _.fs
var glob: typeof _.glob
var globby: typeof _.globby
var minimist: typeof _.minimist
var nothrow: typeof _.nothrow
var os: typeof _.os
var path: typeof _.path
Expand All @@ -44,7 +45,6 @@ declare global {
var ssh: typeof _.ssh
var stdin: typeof _.stdin
var which: typeof _.which
var minimist: typeof _.minimist
var within: typeof _.within
var YAML: typeof _.YAML
}

0 comments on commit 611157b

Please sign in to comment.