We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baac819 commit 4fd179cCopy full SHA for 4fd179c
core.d.ts
@@ -195,8 +195,8 @@ export type AnyWebReadableByteStreamWithFileType = AnyWebReadableStream<Uint8Arr
195
};
196
197
/**
198
- Workaround for TypeScript using "bundler" as the module-resolution.
199
- */
+Workaround for using `bundler` as the module-resolution in TypeScript.
+*/
200
export function fileTypeFromFile(filePath: string, options?: {customDetectors?: Iterable<Detector>}): Promise<FileTypeResult | undefined>;
201
202
0 commit comments