MCPcopy Create free account
hub / github.com/vercel/vercel / hasProp

Function hasProp

packages/cli/src/util/dev/server.ts:3228–3230  ·  view source on GitHub ↗
(obj: any, prop: string)

Source from the content-addressed store, hash-verified

3226}
3227
3228function hasProp(obj: any, prop: string) {
3229 return Object.prototype.hasOwnProperty.call(obj, prop);
3230}
3231
3232async function findBuildMatch(
3233 matches: Map<string, BuildMatch>,

Callers 1

validateEnvConfigMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected