mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
fixed test failure
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
declare function parse(text: string, matches: number[] | number[][]): { text: string; highlight: boolean; }[];
|
||||
declare function parse(text: string, matches: number[] | number[][]): Array<{ text: string; highlight: boolean; }>;
|
||||
|
||||
export = parse;
|
||||
|
||||
Reference in New Issue
Block a user