joefu

Results 1 issues of joefu

### Description example: ```js export class Post { @IsString rating: string; } ``` while validating, class-validator will not use `rating`'s type info which is string. Instead, a redundant decorator @IsString...

type: feature
flag: needs discussion