UNPKG

cucumber

Version:

The official JavaScript implementation of Cucumber.

6 lines (4 loc) 123 B
function Arguments(argumentsObject) { return Array.prototype.slice.call(argumentsObject); } module.exports = Arguments;