We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4602fc7 commit 04060c0Copy full SHA for 04060c0
core.d.ts
@@ -114,7 +114,7 @@ console.log(await fileTypeFromBlob(blob));
114
export declare function fileTypeFromBlob(blob: Blob): Promise<FileTypeResult | undefined>;
115
116
/**
117
-A custom detector is a function that allows specifying custom detection mechanisms.
+A custom file type detector.
118
119
An array of detectors can be provided via the `fileTypeOptions` argument for the `FileTypeParser` constructor.
120
In Node.js, you should use `NodeFileTypeParser`, which extends `FileTypeParser` and provides access to Node.js specific functions.
0 commit comments