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

请参阅 import.meta