manifold/common/util/random-string.ts

2 lines
76 B
TypeScript

export const randomString = () => Math.random().toString(16).substr(2, 14);