DEV Community

Discussion on: randomUUID in TypeScript

Collapse
 
brense profile image
Rense Bakker

Whats wrong with npm uuid package? npmjs.com/package/uuid It's cross-platform and they have typescript support: npm i --save-dev @types/uuid

Collapse
 
amarok24 profile image
Jan Prazak

For more advanced features sure! Thanks for the link.
My solution is for people who don't want yet another external library because the built-in Crypto API is all they need.