UNPKG

@biesbjerg/ngx-translate-extract

Version:

Extract strings from projects using ngx-translate

6 lines (5 loc) 268 B
import { TranslationCollection } from '../utils/translation.collection'; export interface PostProcessorInterface { name: string; process(draft: TranslationCollection, extracted: TranslationCollection, existing: TranslationCollection): TranslationCollection; }