UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

4 lines (3 loc) 177 B
import { type LanguageMappingList } from 'langmap'; export declare const langmap: LanguageMappingList; export declare function getLanguageDisplayName(language: string): string;