Skip to content

Commit 4fd179c

Browse files
authored
Update core.d.ts
1 parent baac819 commit 4fd179c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ export type AnyWebReadableByteStreamWithFileType = AnyWebReadableStream<Uint8Arr
195195
};
196196

197197
/**
198-
Workaround for TypeScript using "bundler" as the module-resolution.
199-
*/
198+
Workaround for using `bundler` as the module-resolution in TypeScript.
199+
*/
200200
export function fileTypeFromFile(filePath: string, options?: {customDetectors?: Iterable<Detector>}): Promise<FileTypeResult | undefined>;
201201

202202
/**

0 commit comments

Comments
 (0)