5 lines
363 B
TypeScript
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
|