MCPcopy Index your code
hub / github.com/arktypeio/arktype / parseArrayTuple

Function parseArrayTuple

ark/type/parser/tupleExpressions.ts:151–152  ·  view source on GitHub ↗
(def, ctx)

Source from the content-addressed store, hash-verified

149}
150
151const parseArrayTuple: IndexOneParser<"[]"> = (def, ctx) =>
152 ctx.$.parseOwnDefinitionFormat(def[0], ctx).array()
153
154export type TupleExpression = IndexZeroExpression | IndexOneExpression
155

Callers

nothing calls this directly

Calls 2

arrayMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…