1 2 3 4 5
#pragma once namespace Bun { bool isBuiltinModule(const String &namePossiblyWithNodePrefix); } // namespace Bun