Skip to content

gunshi / combinators / CombinatorSchema

Type Alias: CombinatorSchema<T>

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

Experimental

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

Type Parameters

Type ParameterDescription
TThe parsed value type.

Released under the MIT License.