芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@sentry/node/esm/integrations/modules.d.ts
import { EventProcessor, Hub, Integration } from '@sentry/types'; /** Add node modules / packages to the event */ export declare class Modules implements Integration { /** * @inheritDoc */ static id: string; /** * @inheritDoc */ name: string; /** * @inheritDoc */ setupOnce(addGlobalEventProcessor: (callback: EventProcessor) => void, getCurrentHub: () => Hub): void; /** Fetches the list of modules and the versions loaded by the entry file for your node.js app. */ private _getModules; } //# sourceMappingURL=modules.d.ts.map