Skip to content

Commit f994de3

Browse files
authored
Merge pull request #15 from sheabunge/master
completion.list type declaration is incorrect
2 parents 19ba514 + 9df55d5 commit f994de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tagger.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ declare namespace Tagger {
1515
type completion_function = () => TypeOrPromise<string[]>;
1616
type completion_list = string[] | completion_function;
1717
interface completion {
18-
list: completion;
18+
list: completion_list;
1919
delay: number;
2020
min_length: number;
2121
}

0 commit comments

Comments
 (0)