UNPKG

@softkit/i18n

Version:

This library is a simple wrapper based on [nestjs-i18n](https://nestjs-i18n.com/)

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