We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NodeFileTypeParser
1 parent 499b985 commit 7bf1120Copy full SHA for 7bf1120
index.d.ts
@@ -14,6 +14,8 @@ export type ReadableStreamWithFileType = NodeReadableStream & {
14
Extending `FileTypeParser` with Node.js engine specific functions.
15
*/
16
export declare class NodeFileTypeParser extends FileTypeParser {
17
+ constructor(options?: {customDetectors?: Iterable<Detector>});
18
+
19
/**
20
@param stream - Node.js `stream.Readable` or web `ReadableStream`.
21
0 commit comments