UNPKG

@rgglez/gettext-extractor

Version:

Gettext extractor for JavaScript, TypeScript, JSX, HTML and others

9 lines (8 loc) 313 B
import { IRegexExtractorFunction } from '../../parser'; declare type IAddConditionExtractorArgument = { regex: RegExp; text: number; textPlural?: number; }; export declare function addConditionExtractor({ regex, text, textPlural }: IAddConditionExtractorArgument): IRegexExtractorFunction; export {};