Files
vat-api.eu/node_modules/@speed-highlight/core/dist/detect.d.ts
2026-02-13 22:02:30 +01:00

3 lines
155 B
TypeScript

export function detectLanguage(code: string): ShjLanguage;
export type ShjLanguage = import("./index.js").ShjLanguage;
//# sourceMappingURL=detect.d.ts.map