UNPKG

@lpc-lang/core

Version:
14 lines 388 B
export interface OpenJsDocLinkCommand_Args { readonly file: { readonly scheme: string; readonly authority?: string; readonly path?: string; readonly query?: string; readonly fragment?: string; }; readonly position: { readonly line: number; readonly character: number; }; } //# sourceMappingURL=openJsDocLink.d.ts.map