mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 14:59:37 +08:00
fixed test failure
This commit is contained in:
2
types/autosuggest-highlight/parse/index.d.ts
vendored
2
types/autosuggest-highlight/parse/index.d.ts
vendored
@@ -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