lingjing/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.d.ts
2026-02-23 09:51:43 +00:00

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;