UNPKG

imboard

Version:

Most convenient platform for webpage development.

13 lines (11 loc) 230 B
var VisitorVo = function(param) { this.ip = null; this.userAgent = null; this.referer = null; this.accessDate = null; this.count = null; this.type = null; ParameterBinder.bind(this, param); }; module.exports = VisitorVo;