@cucumber/cucumber
Version:
The official JavaScript implementation of Cucumber.
16 lines • 376 B
JavaScript
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
;