crypto-id
Version:
Create a random id of any length with characters 0-9,A-Z,a-z using the browser's crypto.getRandomValues interface.
1 lines • 55 B
text/typescript
export { createId, createSortableId } from './browser';
Create a random id of any length with characters 0-9,A-Z,a-z using the browser's crypto.getRandomValues interface.