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

9 lines
351 B
TypeScript

import { AutoLoaderOptions } from './types_internal';
/**
* It will register instrumentations and plugins
* @param options
* @return returns function to unload instrumentation and plugins that were
* registered
*/
export declare function registerInstrumentations(options: AutoLoaderOptions): () => void;
//# sourceMappingURL=autoLoader.d.ts.map