Lazy overview

Added in v1.0.0


Table of contents


Combinators

Lazy

A lazy schema is a schema for mutual recursive types.

Note: deriving mutually recursive arbitraries is not currently supported

Signature

export declare const Lazy: <I, O>(name: string, f: LazyArg<Schema<I, O>>) => Schema<I, O>

Added in v1.0.0