MCPcopy
hub / github.com/prisma/prisma / tupleType

Function tupleType

packages/ts-builders/src/TupleType.ts:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38export function tupleType() {
39 return new TupleType()
40}
41
42export function tupleItem(type: TypeBuilder) {
43 return new TupleItem(type)

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…