Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ isBunVersion
Function
isBunVersion
packages/build-utils/src/fs/node-version.ts:221–223 ·
view source on GitHub ↗
(version: Version)
Source
from the content-addressed store, hash-verified
219
}
220
221
export
function
isBunVersion(version: Version) {
222
return
version.runtime.startsWith(
'bun'
);
223
}
Callers
4
build
Function · 0.90
getSpawnOptions
Function · 0.90
compile
Function · 0.90
build
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected