UNPKG

ngx-translate-extract

Version:

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

5 lines (4 loc) 183 B
import { TranslationCollection } from '../utils/translation.collection'; export interface ParserInterface { extract(contents: string, path?: string): TranslationCollection; }