UNPKG

macoolka-i18n

Version:

`macoolka-i18n` is a library for internationalization in TypeScript. It easily integrates some localization features to your Application.

3 lines (2 loc) 340 B
import { I18NFormat, I18NConfig } from './types'; export declare const buildI18NFormat: <MK extends string = string, DK extends string = string, TK extends string = string, NK extends string = string, PK extends string = string, RK extends string = string>(config: I18NConfig<MK, DK, TK, NK, PK, RK>) => I18NFormat<MK, DK, TK, NK, PK, RK>;