Skip to content

Commit b32af1d

Browse files
committed
Fix types
1 parent 0dbc1b2 commit b32af1d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
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;
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;
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)