kjelsrud.dev/node_modules/@astrojs/language-server/dist/plugins/index.d.ts
2023-07-19 21:31:30 +02:00

6 lines
212 B
TypeScript

export * from './astro/AstroPlugin';
export * from './css/CSSPlugin';
export * from './html/HTMLPlugin';
export * from './interfaces';
export * from './PluginHost';
export * from './typescript/TypeScriptPlugin';