Files
website/node_modules/@volar/language-core/index.d.ts
2024-05-06 17:15:30 -04:00

8 lines
284 B
TypeScript

export * from './lib/editorFeatures';
export * from './lib/fileRegistry';
export * from './lib/linkedCodeMap';
export * from './lib/types';
export * from './lib/utils';
export * from '@volar/source-map';
export declare function resolveCommonLanguageId(fileNameOrUri: string): string;