MCPcopy
hub / github.com/prisma/prisma / tupleItem

Function tupleItem

packages/ts-builders/src/TupleType.ts:42–44  ·  view source on GitHub ↗
(type: TypeBuilder)

Source from the content-addressed store, hash-verified

40}
41
42export function tupleItem(type: TypeBuilder) {
43 return new TupleItem(type)
44}

Callers 1

TupleType.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…