728x90
반응형
설명
🔖 클래스 자동 변환기
설치
npm install class-transformer --save
사용법
- NestJS - Type 자동 변환
export interface ValidationPipeOptions extends ValidatorOptions {
transform?: boolean;
disableErrorMessages?: boolean;
exceptionFactory?: (errors: ValidationError[]) => any;
}
반응형
'꺼내먹는 > JS Library' 카테고리의 다른 글
v-perfect-signature (0) | 2024.04.15 |
---|---|
ApexChart (0) | 2024.04.02 |
Slick (0) | 2024.04.02 |
class-validator (0) | 2024.04.01 |
Lodash (0) | 2024.04.01 |