Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Jan 10, 2025
1 parent 8304841 commit 90e1f4c
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 @@ -74,7 +74,7 @@ declare class Readable {

static from(
data: (Buffer | string)[] | AsyncIterable<Buffer | string>,
opts?: ReadableOptions<Readable>
opts?: ReadableOptions
): Readable

static isBackpressured(rs: Readable): boolean
Expand Down

0 comments on commit 90e1f4c

Please sign in to comment.