Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import.meta
import.meta.main
if (import.meta.main) { // 此文件是通过 `bun run` 直接执行的 } else { // 此文件被另一个文件导入 }