Files
tasq/node_modules/@opentelemetry/instrumentation-socket.io/build/src/utils.d.ts
T
2026-04-09 19:01:53 +08:00

5 lines
363 B
TypeScript

import { SocketIoInstrumentationConfig } from './types';
export declare const isPromise: (value: any) => value is Promise<unknown>;
export declare const normalizeConfig: (config?: SocketIoInstrumentationConfig | undefined) => SocketIoInstrumentationConfig;
export declare const extractRoomsAttributeValue: (self: any) => any[];
//# sourceMappingURL=utils.d.ts.map