1
2
3
4
5
6
export const untitled_cS5pGEaV = (async () => {
let count = 0;
function myApi() {
return count++;
}
})();