MCPcopy
hub / github.com/prisma/prisma / typeDeclaration

Function typeDeclaration

packages/ts-builders/src/TypeDeclaration.ts:43–45  ·  view source on GitHub ↗
(name: string, type: InnerType)

Source from the content-addressed store, hash-verified

41}
42
43export function typeDeclaration<InnerType extends TypeBuilder = TypeBuilder>(name: string, type: InnerType) {
44 return new TypeDeclaration(name, type)
45}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…