Bun 在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.
import.meta 对象上提供了一些模块特定的实用工具。使用 import.meta.main 可以检查当前文件是否为当前进程的入口点。
完整文档请参见 Docs > API > import.meta。