UNPKG

@vendure/ngx-translate-extract

Version:

Extract strings from projects using ngx-translate

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