blob: 9129af20b916c07e99495f22b6db9a11b704ff4f [file]
function Runner() {
this.nick = "";
this.dob = new Date();
this.hello = function () {
};
this.conf = {
a: 1, b: 2, aa:2
};
}
module.exports = {
jejda: {
ale: 1,
ale2: 1
},
pokus: new Date(),
obj: new Runner(),
jejda2: {
ale: 1,
ale2: 1
}
};