UNPKG

@pixi/utils

Version:

Collection of utilities used by PixiJS

8 lines (7 loc) 179 B
/** * Gets the next unique identifier * @memberof PIXI.utils * @function uid * @returns {number} The next unique identifier to use. */ export declare function uid(): number;