diff --git a/core.d.ts b/core.d.ts index 2d3277a8..22d087e3 100644 --- a/core.d.ts +++ b/core.d.ts @@ -114,7 +114,7 @@ console.log(await fileTypeFromBlob(blob)); export declare function fileTypeFromBlob(blob: Blob): Promise; /** -A custom detector is a function that allows specifying custom detection mechanisms. +A custom file type detector. An array of detectors can be provided via the `fileTypeOptions` argument for the `FileTypeParser` constructor. In Node.js, you should use `NodeFileTypeParser`, which extends `FileTypeParser` and provides access to Node.js specific functions.