Skip to content

Commit a322a72

Browse files
committed
Fix types
1 parent 9266cad commit a322a72

File tree

80 files changed

+80
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+80
-80
lines changed

Case_Folding/C/code-points.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
declare const codePoints: number[];
1+
declare const codePoints: Map<number, number>;
22
export = codePoints;

Case_Folding/C/symbols.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
declare const symbols: string[];
1+
declare const symbols: Map<string, string>;
22
export = symbols;

Case_Folding/F/code-points.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
declare const codePoints: number[];
1+
declare const codePoints: Map<number, number[]>;
22
export = codePoints;

Case_Folding/F/symbols.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
declare const symbols: string[];
1+
declare const symbols: Map<string, string>;
22
export = symbols;

Case_Folding/S/code-points.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
declare const codePoints: number[];
1+
declare const codePoints: Map<number, number>;
22
export = codePoints;

Case_Folding/S/symbols.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
declare const symbols: string[];
1+
declare const symbols: Map<string, string>;
22
export = symbols;

Case_Folding/T/code-points.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
declare const codePoints: number[];
1+
declare const codePoints: Map<number, number>;
22
export = codePoints;

Case_Folding/T/symbols.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
declare const symbols: string[];
1+
declare const symbols: Map<string, string>;
22
export = symbols;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
declare const codePoints: number[];
1+
declare const codePoints: Map<number, number>;
22
export = codePoints;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
declare const symbols: string[];
1+
declare const symbols: Map<string, string>;
22
export = symbols;

0 commit comments

Comments
 (0)