UNPKG

stage-js

Version:

2D HTML5 Rendering and Layout

5 lines (4 loc) 125 B
/** @internal */ export const uid = function () { return Date.now().toString(36) + Math.random().toString(36).slice(2); };