Skip to content

Instantly share code, notes, and snippets.

View Estelle-Rose's full-sized avatar
🏠
Working from home

Estelle ROSE Estelle-Rose

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