Skip to content

Commit

Permalink
Remove readable, allowing detector array reassignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Dec 18, 2024
1 parent f83f7cd commit 64442f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export declare class FileTypeParser {
File-type detectors, initialized with a single entry holding the build in detector function.
The array is used to iterate over all detectors, as long as the function returns `undefined`.
*/
readonly detectors: Detector[];
detectors: Detector[];

constructor(options?: {customDetectors?: Iterable<Detector>; signal?: AbortSignal});

Expand Down

0 comments on commit 64442f9

Please sign in to comment.