UNPKG

@ozen-ui/kit

Version:

React component library

8 lines (7 loc) 304 B
/** Функция генерации уникального ключа */ export var generateUniqKey = function (prefix) { if (prefix === void 0) { prefix = ''; } return "".concat(prefix).concat(Date.now().toString(32)).concat(Math.random() .toString(16) .replace('0.', '')); };