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