manifold/common/util/random-string.ts

2 lines
75 B
TypeScript
Raw Normal View History

2022-01-10 23:52:03 +00:00
export const randomString = () => Math.random().toString(16).substr(2, 14)