UNPKG

@oxyhq/services

Version:

Reusable OxyHQ module to handle authentication, user management, karma system, device-based session management and more 🚀

4 lines • 287 B
export type LocaleDict = Record<string, any>; export declare function translate(locale: string | undefined, key: string, vars?: Record<string, string | number>): string; export declare function hasKey(locale: string | undefined, key: string): boolean; //# sourceMappingURL=index.d.ts.map