mirror of
https://github.com/sern-handler/website
synced 2026-06-16 12:52:20 +00:00
8 lines
284 B
TypeScript
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;
|