UNPKG

@communityox/ox_lib

Version:

JS/TS wrapper for ox_lib exports

5 lines (4 loc) 264 B
export declare const locale: (str: string, ...args: any[]) => string; export declare const getLocales: () => Record<string, string>; export declare function getLocale(resource: string, key: string): string; export declare const initLocale: (key?: string) => void;