Skip to content

Commit 373ec44

Browse files
committed
fix(bin): remove extra space in WhichOptions type definition
1 parent 8f6e151 commit 373ec44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export interface WhichOptions {
9898
/** Path separator character. */
9999
pathExt?: string | undefined
100100
/** Environment variables to use. */
101-
env?: Record<string, string | undefined> | undefined
101+
env?: Record<string, string | undefined> | undefined
102102
}
103103

104104
/**

0 commit comments

Comments
 (0)