UNPKG

85 BJavaScriptView Raw
1const randomId = () => Math.random().toString(16).slice(2);
2export default randomId;