UNPKG

206 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.id = void 0;
4var idCounter = 0;
5function id() {
6 return idCounter++;
7}
8exports.id = id;
9//# sourceMappingURL=id.js.map
\No newline at end of file