UNPKG

@ahmedhegazee/nestjs-telescope

Version:

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

5 lines (4 loc) 265 B
export declare function getErrorMessage(error: unknown): string; export declare function getErrorStack(error: unknown): string | undefined; export declare function isError(error: unknown): error is Error; export declare function ensureError(error: unknown): Error;