UNPKG

dicom-microscopy-viewer-changed

Version:
6 lines (4 loc) 141 B
import cryptoRandomString from 'crypto-random-string'; export default function uniqueString() { return cryptoRandomString({length: 32}); }