UNPKG

wix-style-react

Version:
8 lines (6 loc) 212 B
const s4 = () => Math.floor((1 + Math.random()) * 0x10000) .toString(16) .substring(1); export const generateID = () => s4() + s4() + '-' + s4() + '-' + s4() + '-' + s4() + '-' + s4() + s4() + s4();