UNPKG

@grafana/ui

Version:
13 lines (9 loc) 247 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); "use strict"; let counter = 0; function uniqueId(prefix = "") { return `${prefix}${++counter}`; } exports.uniqueId = uniqueId; //# sourceMappingURL=uniqueId.cjs.map