UNPKG

@hint/utils-i18n

Version:
6 lines 261 B
export declare type GetMessageOptions = { language?: string; substitutions?: string | string[]; }; export declare const getMessage: (key: string, path: string, options?: GetMessageOptions | undefined) => string; //# sourceMappingURL=get-message.d.ts.map