Skip to content

Usa Bun.pathToFileURL() per convertire un percorso assoluto in un URL file://.

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

Vedi Docs > API > Utils per altre utilità utili.

Bun a cura di www.bunjs.com.cn