UNPKG

@vendure/ngx-translate-extract

Version:

Extract strings from projects using ngx-translate

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