Skip to content

Commit 28630e3

Browse files
Ahsan ShiekhAhsan Shiekh
authored andcommitted
Fix: Add this:void to avoid conflicts with existing implementations
1 parent ef39bfe commit 28630e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/es5.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4419,7 +4419,7 @@ declare namespace Intl {
44194419
}
44204420

44214421
interface Collator {
4422-
get compare(): (this: void, x: string, y: string) => number;
4422+
compare(this: void, x: string, y: string): number;
44234423
resolvedOptions(): ResolvedCollatorOptions;
44244424
}
44254425

0 commit comments

Comments
 (0)