UNPKG

@diplodoc/translation

Version:
10 lines (9 loc) 250 B
export type TransUnitParams = { target?: string; targetLangLocale?: string; source?: string; sourceLangLocale?: string; compact?: boolean; id: number; }; export declare function transunit(parameters: TransUnitParams): string;