We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6e151 commit 373ec44Copy full SHA for 373ec44
1 file changed
src/bin.ts
@@ -98,7 +98,7 @@ export interface WhichOptions {
98
/** Path separator character. */
99
pathExt?: string | undefined
100
/** Environment variables to use. */
101
- env?: Record<string, string | undefined> | undefined
+ env?: Record<string, string | undefined> | undefined
102
}
103
104
/**
0 commit comments