UNPKG

nestjs-otel

Version:
6 lines (5 loc) 171 B
export declare enum HttpAdapterType { EXPRESS = "express", FASTIFY = "fastify" } export declare function detectHttpAdapterType(httpAdapter: any): HttpAdapterType;