UNPKG

@haku-sci/utils

Version:

utils from haku-sci. Library only

6 lines (5 loc) 270 B
import { NestInterceptor, ExecutionContext, CallHandler } from '@nestjs/common'; import { Observable } from 'rxjs'; export declare class RpcExceptionInterceptor implements NestInterceptor { intercept(context: ExecutionContext, next: CallHandler): Observable<any>; }