UNPKG

ts-mind

Version:

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

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