UNPKG

@rgglez/gettext-extractor

Version:

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

9 lines (8 loc) 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RegexExtractors = void 0; const addCondition_1 = require("./factories/addCondition"); class RegexExtractors { } exports.RegexExtractors = RegexExtractors; RegexExtractors.addCondition = addCondition_1.addConditionExtractor;