UNPKG

gettext-extractor

Version:

Gettext extractor for JavaScript, TypeScript, JSX and HTML

7 lines (6 loc) 297 B
import { callExpressionExtractor } from './factories/callExpression'; import { htmlTemplateExtractor } from './factories/htmlTemplate'; export declare abstract class JsExtractors { static callExpression: typeof callExpressionExtractor; static htmlTemplate: typeof htmlTemplateExtractor; }