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

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