UNPKG

@biesbjerg/ngx-translate-extract

Version:

Extract strings from projects using ngx-translate

7 lines (6 loc) 243 B
import { TranslationCollection } from '../utils/translation.collection'; export interface CompilerInterface { extension: string; compile(collection: TranslationCollection): string; parse(contents: string): TranslationCollection; }