UNPKG

@webilix/nestjs-helper

Version:

Helper library for NestJS

10 lines 496 B
import { CallHandler, ExecutionContext, NestInterceptor } from '@nestjs/common'; import { Observable } from 'rxjs'; import { NormalizerService } from './normalizer.service'; export declare class NormalizerInterceptor implements NestInterceptor { private readonly normalizerService; constructor(normalizerService: NormalizerService); private normalize; intercept(context: ExecutionContext, next: CallHandler): Observable<any>; } //# sourceMappingURL=normalizer.interceptor.d.ts.map