DawnLauncher/commons/data/languages.d.ts
2023-11-03 15:17:45 +08:00

4 lines
94 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 无用为了tsc编译通过
export function getLanguage(language: string | null): any;