[[Bun]]でテキストファイルを読み込む方法。 ```ts const txt = await Bun.file("./file.txt").text() ```