UNPKG

gettext-extractor

Version:

Gettext extractor for JavaScript, TypeScript, JSX and HTML

4 lines (3 loc) 209 B
import { JsParser } from '../../../js/parser'; import { IHtmlExtractorFunction } from '../../parser'; export declare function embeddedJsExtractor(selector: string, jsParser: JsParser): IHtmlExtractorFunction;