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

5 lines
345 B
TypeScript

import * as types from './internal-types';
export declare const isInternal: (fn: Function) => boolean;
export declare const renameHttpSpan: (span?: types.InstrumentationSpan | undefined, method?: string | undefined, route?: string | undefined) => void;
export declare const once: (fn: Function) => () => void;
//# sourceMappingURL=utils.d.ts.map