UNPKG

@types/rtl-detect

Version:
3 lines (2 loc) 129 B
export function getLangDir(strLocale: string): "ltr" | "rtl"; export function isRtlLang(strLocale: string): boolean | undefined;