UNPKG

cucumber

Version:

The official JavaScript implementation of Cucumber.

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