UNPKG

@cucumber/cucumber

Version:

The official JavaScript implementation of Cucumber.

16 lines 376 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class World { attach; log; link; parameters; constructor({ attach, log, link, parameters, }) { this.attach = attach; this.log = log; this.link = link; this.parameters = parameters; } } exports.default = World; //# sourceMappingURL=world.js.map