Skip to content

Commit

Permalink
Remove unneeded spread
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Jan 10, 2025
1 parent 2e82db8 commit f9f5a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ declare namespace Stream {
cb?: StreamCallback
): S

export function pipeline<S extends Writable>(...args: [...Pipeline<S>]): S
export function pipeline<S extends Writable>(...args: Pipeline<S>): S

export function pipeline<S extends Writable>(
...args: [...Pipeline<S>, cb: StreamCallback]
Expand Down

0 comments on commit f9f5a01

Please sign in to comment.