es6module_dynamic_import_static.js (129B)
1 let counter = 0; 2 counter++; 3 4 export function getCounter() { 5 return counter; 6 } 7 export function setCounter(v) { 8 counter = v; 9 }
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |