Bun

指南實用程式

使用 Bun 將檔案 URL 轉換為絕對路徑

使用 Bun.fileURLToPath()file:// URL 轉換為絕對路徑。

Bun.fileURLToPath("file:///path/to/file.txt");
// => "/path/to/file.txt"

有關更多有用的工具,請參閱 文件 > API > 工具