UNPKG

@regacy-innovation/shared-services

Version:

Shared services for NestJS microservices

7 lines 343 B
import { CallHandler, ExecutionContext, NestInterceptor } from '@nestjs/common'; import { Observable } from 'rxjs'; export declare class LoggingInterceptor implements NestInterceptor { private readonly logger; intercept(context: ExecutionContext, next: CallHandler): Observable<any>; } //# sourceMappingURL=logging.interceptor.d.ts.map