4 lines
74 B
JavaScript
4 lines
74 B
JavaScript
export let loadCount = 0;
|
|
loadCount++;
|
|
|
|
export const obj = { value: 10 };
|