UNPKG

cucumber

Version:

The official JavaScript implementation of Cucumber.

15 lines (12 loc) 217 B
function Row(cells, uri, line) { var self = { raw: function raw() { return [].concat(cells); }, getLine: function getLine() { return line; } }; return self; } module.exports = Row;