#utility
2 snippets tagged with #utility
typescriptbeginner
UUID and Nano ID Generator
Generate RFC-4122 v4 UUIDs and URL-safe nano IDs using the Node.js built-in crypto module with zero deps.
#uuid#crypto
typescriptbeginner
useCopyToClipboard Hook
Copy text to clipboard with success state and automatic reset timer using the Clipboard API.
#hooks#clipboard