UNPKG

generaltranslation

Version:

A language toolkit for AI developers

9 lines (8 loc) 274 B
declare class IntlCache { private cache; constructor(); private _generateKey; get<K extends keyof typeof Intl>(constructor: K, locales: string | string[], options?: {}): InstanceType<(typeof Intl)[K]>; } export declare const intlCache: IntlCache; export {};