export default { x: 23, foo: function(y) { return this.x + y; } };