UNPKG

@i-novus/ui-core

Version:

Базовые UI компоненты

2 lines (1 loc) 95 B
export const createUniqueId = (prefix = '') => `${prefix}${Math.round(Math.random() * 10e6)}`;