UNPKG

@tdurtschi/bug

Version:

Bug is a simulation that models a weevil walking around in an HTML canvas.

7 lines 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.maxId = exports.generateId = void 0; var id = 0; exports.generateId = function () { return id++; }; exports.maxId = function () { return id; }; //# sourceMappingURL=id-generator.js.map