UNPKG

@overextended/ox_lib

Version:
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;