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