UNPKG

pixi.js

Version:

<p align="center"> <a href="https://pixijs.com" target="_blank" rel="noopener noreferrer"> <img height="150" src="https://files.pixijs.download/branding/pixijs-logo-transparent-dark.svg?v=1" alt="PixiJS logo"> </a> </p> <br/> <p align="center">

19 lines (16 loc) 467 B
'use strict'; "use strict"; const idCounts = /* @__PURE__ */ Object.create(null); const idHash = /* @__PURE__ */ Object.create(null); function createIdFromString(value, groupId) { let id = idHash[value]; if (id === void 0) { if (idCounts[groupId] === void 0) { idCounts[groupId] = 1; } idHash[value] = id = idCounts[groupId]++; } return id; } exports.createIdFromString = createIdFromString; //# sourceMappingURL=createIdFromString.js.map