Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ property
Function
property
packages/ts-builders/src/Property.ts:59–61 ·
view source on GitHub ↗
(name: string | WellKnownSymbol, type: TypeBuilder)
Source
from the content-addressed store, hash-verified
57
}
58
59
export
function
property(name: string | WellKnownSymbol,
type
: TypeBuilder) {
60
return
new
Property(name,
type
)
61
}
Callers
6
Class.test.ts
File · 0.90
ObjectType.test.ts
File · 0.90
ConditionalType.test.ts
File · 0.90
Property.test.ts
File · 0.90
Interface.test.ts
File · 0.90
IntersectionType.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected