Skip to content

Commit 9031a4f

Browse files
committed
monaco.d.ts pain
1 parent 3eac8a2 commit 9031a4f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/vs/monaco.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5038,6 +5038,8 @@ declare namespace monaco.languages {
50385038
targetSelectionRange?: IRange;
50395039
}
50405040

5041+
export function isLocationLink(thing: any): thing is LocationLink;
5042+
50415043
export type Definition = Location | Location[] | LocationLink[];
50425044

50435045
/**

0 commit comments

Comments
 (0)