TheDocumentation Index
Fetch the complete documentation index at: https://bun.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bun.escapeHTML() utility can be used to escape HTML characters in a string. The following replacements are made.
"becomes"""&becomes"&"'becomes"'"<becomes"<">becomes">"
See Docs > API > Utils for more useful utilities.