UNPKG

open-im-sdk-for-cocos

Version:
3 lines (2 loc) 114 B
export const uuid = (): string => (Math.random() * 36).toString(36).slice(2) + new Date().getTime().toString();