UseDocumentation Index
Fetch the complete documentation index at: https://bun.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
crypto.randomUUID() to generate a UUID v4. This API works in Bun, Node.js, and browsers. It requires no dependencies.
In Bun, you can also use
Bun.randomUUIDv7() to generate a UUID v7.
See Docs > API > Utils for more useful utilities.