UNPKG

@awesome-fe/translate

Version:
8 lines (7 loc) 188 B
export interface TranslationOptions { filename?: string; htmlFragment?: boolean; mustIncludesTags?: string[]; mustExcludesTags?: string[]; jsonProperties?: string[]; }