UNPKG

lookup-closest-locale

Version:
4 lines (2 loc) 163 B
declare function lookupClosestLocale(locale: string | string[] | undefined, available: { [key: string]: any }): string | undefined; export = lookupClosestLocale;