nullable()
Marks the value as nullable, allowing null values but not undefined.
nullable(): Builder<T | null>;
Return value
This builder, for chaining.
Related
class Builder static
A class that represents a validation builder for an input value.
Marks the value as nullable, allowing null values but not undefined.
nullable(): Builder<T | null>;
This builder, for chaining.