HEX
Server: Apache
System: Linux iad1-shared-e1-13 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User: dh_x7ke6i (5503775)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //usr/share/nodejs/y18n/build/index.cjs.d.ts
interface Y18NOpts {
    directory?: string;
    updateFiles?: boolean;
    locale?: string;
    fallbackToLanguage?: boolean;
}
interface Locale {
    [key: string]: string;
}
declare const y18n$0: (opts: Y18NOpts) => {
    __: (...args: (string | Function)[]) => string;
    __n: () => any;
    setLocale: (locale: string) => void;
    getLocale: () => string;
    updateLocale: (obj: Locale) => void;
    locale: string;
};
export { type default as  };