Skip to main content
Bun 在 import.meta 对象上提供了一些模块特定的实用工具。使用 import.meta.main 检查当前文件是否为当前进程的入口点。
index.ts

参见 import.meta