Documentation

Schema.buildproperty

Schema​.build​.nullable

Shortcut for calling nullable() on the provided validation builder.

nullable: <T>(b: Builder<T>) => Builder<T | null>;

Related