Sha256: 2510aa6885d28251b1e58c39847e36dcd46be24388269aee8a13804f23e442f3
Contents?: true
Size: 141 Bytes
Versions: 33
Compression:
Stored size: 141 Bytes
Contents
import cryptoRandomString from 'crypto-random-string'; export default function uniqueString() { return cryptoRandomString({length: 32}); }
Version data entries
33 entries across 33 versions & 1 rubygems