Skip to content

Utilisez Bun.fileURLToPath() pour convertir une URL file:// en chemin absolu.

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

Consultez Docs > API > Utils pour plus d'utilitaires utiles.

Bun édité par www.bunjs.com.cn