@cucumber/cucumber
Version:
The official JavaScript implementation of Cucumber.
11 lines • 480 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SnippetInterface = void 0;
var SnippetInterface;
(function (SnippetInterface) {
SnippetInterface["AsyncAwait"] = "async-await";
SnippetInterface["Callback"] = "callback";
SnippetInterface["Promise"] = "promise";
SnippetInterface["Synchronous"] = "synchronous";
})(SnippetInterface || (exports.SnippetInterface = SnippetInterface = {}));
//# sourceMappingURL=snippet_syntax.js.map