kjelsrud.dev/node_modules/@astrojs/language-server/dist/index.d.ts

3 lines
137 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
export { AstroCheck, Diagnostic, DiagnosticSeverity, GetDiagnosticsResult } from './check';
export { offsetAt } from './core/documents';