这段代码将一个Documentation Index
Fetch the complete documentation index at: https://bun.zhcndoc.com/llms.txt
Use this file to discover all available pages before exploring further.
Blob 写入磁盘上的指定路径。
它使用快速的 Bun.write() API 高效地写入数据。第一个参数是一个 目标位置,例如绝对路径或 BunFile 实例。第二个参数是要写入的 数据。
BunFile 类继承自 Blob,所以你也可以直接将 BunFile 传入 Bun.write()。
完整的
Bun.write() 文档请参见 文档 > API > 文件 I/O。