UNPKG

xliff-generator

Version:

A simple module to create xliff files

7 lines (6 loc) 198 B
export declare class LanguageOption { languageKey: string; output: string; isSourceLanguage: boolean; constructor(languageKey: string, output: string, isSourceLanguage?: boolean); }