UNPKG

catjs

Version:

(Mobile) Web Automation Framework

12 lines (8 loc) 220 B
var Params = require("./Params.js"), Assert = function(config) { this._params = new Params(config); }; Assert.prototype.getParams = function() { return this._params; }; module.exports = Assert;