UNPKG

video.js

Version:

An HTML5 video player that supports HLS and DASH with a common API and skin.

12 lines 323 B
/** * Get a unique auto-incrementing ID by number that has not been returned before. * * @return {number} * A new unique ID. */ export function newGUID(): number; /** * Reset the unique auto-incrementing ID for testing only. */ export function resetGuidInTestsOnly(): void; //# sourceMappingURL=guid.d.ts.map