Skip to content

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

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

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

Bun by www.bunjs.com.cn 편집