frontend/.pnpm-store/v3/files/34/9c6469129daf844620af2d3a95ba6c4c5409145ef4b8229763e79664d691f00836e5556e67782e449757289552af597d3172ae410558f68b5befa0c46593fe

6 lines
141 B
Plaintext

import cryptoRandomString from 'crypto-random-string';
export default function uniqueString() {
return cryptoRandomString({length: 32});
}