UNPKG

@vendure/ngx-translate-extract

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