MCPcopy
hub / github.com/arktypeio/arktype / type

Function type

ark/extension/arktype.scratch.ts:112–112  ·  view source on GitHub ↗
(arg?: any)

Source from the content-addressed store, hash-verified

110
111{
112 const type = (arg?: any) => {}
113 type({
114 foo: "string|number"
115 })

Callers 15

assertions.test.tsFile · 0.90
demo.test.tsFile · 0.90
scratch.tsFile · 0.90
testV8.jsFile · 0.90
unionComparison.tsFile · 0.90
ClassFunction · 0.90
instanceOf.test.tsFile · 0.90

Calls

no outgoing calls

Tested by 2

testNonEmptyFunction · 0.72
indiscriminableFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…