Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ array
Function
array
packages/ts-builders/src/ArrayType.ts:16–18 ·
view source on GitHub ↗
(elementType: TypeBuilder)
Source
from the content-addressed store, hash-verified
14
}
15
16
export
function
array(elementType: TypeBuilder): ArrayType {
17
return
new
ArrayType(elementType)
18
}
Callers
5
ConditionalType.test.ts
File · 0.90
KeyType.test.ts
File · 0.90
ArrayType.test.ts
File · 0.90
KeyofType.test.ts
File · 0.90
IntersectionType.test.ts
File · 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…