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 Jul 6, 2024
1 parent 259a97d commit fc746a2
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 @@ -9,7 +9,7 @@ import {FileTypeParser} from './core.js';

export declare class NodeFileTypeParser extends FileTypeParser {
/**
@param stream Node.js Stream readable or Web API StreamReadable
@param stream - Node.js `stream.Readable` or Web API `ReadableStream`.
*/
fromStream(stream: WebReadableStream<Uint8Array> | NodeReadableStream): Promise<FileTypeResult | undefined>;
}
Expand Down

0 comments on commit fc746a2

Please sign in to comment.