MCPcopy
hub / github.com/Effect-TS/effect / NonEmptyArrayClass

Class NonEmptyArrayClass

packages/effect/src/Schema.ts:1616–1622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1614 ast?: AST.AST
1615) {
1616 return class NonEmptyArrayClass extends makeTupleTypeClass<[Value], [Value]>([value], [value], ast) {
1617 static override annotations(annotations: Annotations.Schema<TupleType.Type<[Value], [Value]>>) {
1618 return makeNonEmptyArrayClass(this.value, mergeSchemaAnnotations(this.ast, annotations))
1619 }
1620
1621 static value = value
1622 }
1623}
1624
1625/**

Callers

nothing calls this directly

Calls 1

makeTupleTypeClassFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…