UNPKG

bitmovin-player-ui

Version:
8 lines (6 loc) 93 B
export namespace Guid { let guid = 1; export function next() { return guid++; } }