UNPKG

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