6 lines
194 B
TypeScript
6 lines
194 B
TypeScript
/**
|
|
* This extension augments opentelemetry after registration if applicable.
|
|
* This extension must only be loaded in Node environments.
|
|
*/
|
|
export declare function afterRegistration(): void;
|