UNPKG

ts-mind

Version:

A web-mind lib write in typescript.Sound apis and friendly plug-in mechanism in this lib.

11 lines (10 loc) 178 B
export const uuid = { newid() { return ( new Date().getTime().toString(16) + Math.random() .toString(16) .substr(2) ).substr(2, 16); } };