UNPKG

@ahmedhegazee/nestjs-telescope

Version:

Advanced observability and monitoring solution for NestJS applications with ML-powered analytics, enterprise features, and production-ready scaling

6 lines (5 loc) 238 B
import { DynamicModule } from '@nestjs/common'; import { TelescopeConfig } from '../../core/interfaces/telescope-config.interface'; export declare class RequestWatcherModule { static forRoot(config: TelescopeConfig): DynamicModule; }