Skip to content

Commit aa434ec

Browse files
committed
Fix types
1 parent 8ef8835 commit aa434ec

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

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)