Skip to content

Instantly share code, notes, and snippets.

View VincentBernier35's full-sized avatar
🎯
Focusing

Vincent Bernier VincentBernier35

🎯
Focusing
View GitHub Profile
import {
NestInterceptor,
ExecutionContext,
Injectable,
CallHandler,
} from '@nestjs/common';
import { classToPlain } from 'class-transformer';
import { map } from 'rxjs/operators';
@Injectable()