Checks if the given value is a Set.
This is a convenience decorator for @IsInstance(Set).
@IsInstance(Set)
// Ensure the value is a Set.@IsSet()values: Set<string> Copy
// Ensure the value is a Set.@IsSet()values: Set<string>
Optional
Generic class-validator options.
Checks if the given value is a Set.
This is a convenience decorator for
@IsInstance(Set)
.Example