UNPKG

gettext-extractor

Version:

Gettext extractor for JavaScript, TypeScript, JSX and HTML

4 lines (3 loc) 230 B
import { IHtmlExtractorFunction } from '../../parser'; import { IHtmlExtractorOptions } from '../common'; export declare function elementContentExtractor(selector: string, options?: IHtmlExtractorOptions): IHtmlExtractorFunction;