UNPKG

recoil-toolkit

Version:
10 lines 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.uniqueId = void 0; var uniqueIdCounter = 0; function uniqueId() { // eslint-disable-next-line no-plusplus return ++uniqueIdCounter; } exports.uniqueId = uniqueId; //# sourceMappingURL=uniqueId.js.map