Skip to main content

Documentation Index

Fetch the complete documentation index at: https://bun.zhcndoc.com/llms.txt

Use this file to discover all available pages before exploring further.

使用 Bun.fileURLToPath()file:// URL 转换为绝对路径。
Bun.fileURLToPath("file:///path/to/file.txt");
// => "/path/to/file.txt"

参见 文档 > API > Utils 获取更多实用工具。