manifold/web/lib/util/random-string.ts
Austin Chen d4bb419478 Prettier everything
(Hopefully for the last time)
2021-12-13 23:30:09 -08:00

2 lines
75 B
TypeScript

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