Skip to content

Type Alias: CombinatorSchema<T>

WARNING

This API is experimental and may change in future versions.

A schema produced by combinator factory functions. Any ArgSchema with a parse function qualifies.

Signature

ts
type CombinatorSchema<T> = ArgSchema & Combinator<T>

Type Parameters

NameDescription
TThe parsed value type.

Released under the MIT License.