UNPKG

@vendure/ngx-translate-extract

Version:
8 lines (7 loc) 330 B
import { ParserInterface } from './parser.interface.js'; import { TranslationCollection } from '../utils/translation.collection.js'; export declare class FunctionParser implements ParserInterface { private fnName; constructor(fnName: string); extract(source: string, filePath: string): TranslationCollection | null; }