UNPKG

cucumber

Version:

The official JavaScript implementation of Cucumber.

8 lines (7 loc) 266 B
var Util = {}; Util.Arguments = require('./util/arguments'); Util.Exception = require('./util/exception'); Util.RegExp = require('./util/reg_exp'); Util.String = require('./util/string'); Util.Colors = require('./util/colors'); module.exports = Util;