UNPKG

ngx-translate-extract

Version:

Extract strings from projects using ngx-translate. Forked from biesbjerg/ngx-translate-extract

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