@dvcol/common-utils
Version:
Typescript library for common utility functions and constants
9 lines (7 loc) • 404 B
TypeScript
declare const getIntl: () => Intl.ResolvedDateTimeFormatOptions;
declare const getIntlLocale: () => string;
declare const getIntlLanguage: () => string;
declare const getIntlRegion: () => string;
declare const getNavigatorLanguage: () => string;
declare const getNavigatorRegion: () => string;
export { getIntl, getIntlLanguage, getIntlLocale, getIntlRegion, getNavigatorLanguage, getNavigatorRegion };