Skip to content

Usa Bun.fileURLToPath() para convertir una URL file:// a una ruta absoluta.

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

Consulta Documentación > API > Utilidades para más utilidades útiles.

Bun por www.bunjs.com.cn editar