UNPKG

@pixi/utils

Version:

Collection of utilities used by PixiJS

12 lines (8 loc) 187 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); let nextUid = 0; function uid() { return ++nextUid; } exports.uid = uid; //# sourceMappingURL=uid.js.map