UNPKG

@grafana/ui

Version:
9 lines (7 loc) 160 B
"use strict"; let counter = 0; function uniqueId(prefix = "") { return `${prefix}${++counter}`; } export { uniqueId }; //# sourceMappingURL=uniqueId.mjs.map