UNPKG

109 BJavaScriptView Raw
1module.exports = {
2
3 houses: function(req) {
4 return {
5 3:3,
6 4:4
7 };
8
9 }
10};
11
12