UNPKG

intl-t

Version:

A Fully-Typed Node-Based i18n Translation Library

4 lines (3 loc) 205 B
export declare const LOCALE_CLIENT_KEY = "LOCALE"; export declare function setClientLocale(locale: string, key?: string): string; export declare function getClientLocale(key?: string): string | undefined;