0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/test/runtime/samples/helpers-invoked-if-changed/counter.js

4 lines
32 B
JavaScript
Raw Normal View History

2017-08-14 16:48:14 +02:00
export default {
y: 0,
z: 0
};