mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-15 01:49:28 +08:00
8 lines
155 B
JavaScript
8 lines
155 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var idCounter = 0;
|
|
function id() {
|
|
return idCounter++;
|
|
}
|
|
exports.id = id;
|