MCPcopy
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
59export function property(name: string | WellKnownSymbol, type: TypeBuilder) {
60 return new Property(name, type)
61}

Callers 6

Class.test.tsFile · 0.90
ObjectType.test.tsFile · 0.90
Property.test.tsFile · 0.90
Interface.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected