Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored Sep 8, 2024
1 parent 8a4b4e7 commit a52ab76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export type Subprocess = Promise<Result> & AsyncIterable<string> & {
.pipe('sort')
.pipe('head', ['-n', '2']);
```
*/
*/
pipe(file: string, arguments?: readonly string[], options?: Options): Subprocess;
pipe(file: string, options?: Options): Subprocess;
};
Expand Down

0 comments on commit a52ab76

Please sign in to comment.