mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-18 12:17:19 +08:00
6 lines
76 B
JavaScript
6 lines
76 B
JavaScript
var idCounter = 0;
|
|
function id() {
|
|
return idCounter++;
|
|
}
|
|
export { id };
|