(value: Value)
| 292 | : StructNestedEncodedError<T> |
| 293 | |
| 294 | export function NonEmptyArray<Value extends S.Top>(value: Value): S.NonEmptyArray<Value> { |
| 295 | return S.NonEmptyArray(value).annotate(concurrencyUnbounded) |
| 296 | } |
| 297 | |
| 298 | export function TaggedStruct<const Tag extends SchemaAST.LiteralValue, const Fields extends S.Struct.Fields>( |
| 299 | value: Tag, |
nothing calls this directly
no test coverage detected
searching dependent graphs…