UNPKG

887 BJavaScriptView Raw
1"use strict";
2var __importDefault = (this && this.__importDefault) || function (mod) {
3 return (mod && mod.__esModule) ? mod : { "default": mod };
4};
5var CucumberExpression_1 = __importDefault(require("./CucumberExpression"));
6var RegularExpression_1 = __importDefault(require("./RegularExpression"));
7var CucumberExpressionGenerator_1 = __importDefault(require("./CucumberExpressionGenerator"));
8var ParameterTypeRegistry_1 = __importDefault(require("./ParameterTypeRegistry"));
9var ParameterType_1 = __importDefault(require("./ParameterType"));
10module.exports = {
11 CucumberExpression: CucumberExpression_1.default,
12 RegularExpression: RegularExpression_1.default,
13 CucumberExpressionGenerator: CucumberExpressionGenerator_1.default,
14 ParameterTypeRegistry: ParameterTypeRegistry_1.default,
15 ParameterType: ParameterType_1.default,
16};
17//# sourceMappingURL=index.js.map
\No newline at end of file