Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Aug 3, 2023
1 parent 8282297 commit 2d1d319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/ddu/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class Loader {
return this.getExtension(index).getColumn(mod, name);
}

getAlias(type: DduAliasType, name: string) {
getAlias(type: DduAliasType, name: string): string | undefined {
return this.aliases[type][name];
}
getAliasNames(type: DduAliasType) {
Expand Down

0 comments on commit 2d1d319

Please sign in to comment.