UNPKG

@tigthor/kokocrypt

Version:

Enhanced Fortress Edition - Secure, quantum-resistant, high-performance encryption package

8 lines (7 loc) 355 B
import { NestInterceptor, ExecutionContext, CallHandler } from '@nestjs/common'; import { CryptoService } from '../core/crypto.service'; export declare class EncryptInterceptor implements NestInterceptor { private crypto; constructor(crypto: CryptoService); intercept(_: ExecutionContext, next: CallHandler): import("rxjs").Observable<any>; }