Skip to content

Bun.pathToFileURL() 를 사용하여 절대 경로를 file:// URL 로 변환하세요.

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

더 유용한 유틸리티는 문서 > API > 유틸리티 를 참조하세요.

Bun by www.bunjs.com.cn 편집