rx-player
Version:
Canal+ HTML5 Video Player
9 lines • 320 B
TypeScript
/**
* Create and return a Universally Unique IDentifier (UUID) as defined by
* RFC4122.
* Depending on browser API availability, we may be generating an approximation
* of what the RFC indicates instead.
* @returns {string}
*/
export default function createUuid(): string;
//# sourceMappingURL=create_uuid.d.ts.map