MCPcopy 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
221export function isBunVersion(version: Version) {
222 return version.runtime.startsWith('bun');
223}

Callers 4

buildFunction · 0.90
getSpawnOptionsFunction · 0.90
compileFunction · 0.90
buildFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected