芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/.config/yarn/global/node_modules/@sentry/core/esm/integrations/functiontostring.d.ts
import { Integration } from '@sentry/types'; /** Patch toString calls to return proper name for wrapped functions */ export declare class FunctionToString implements Integration { /** * @inheritDoc */ static id: string; /** * @inheritDoc */ name: string; /** * @inheritDoc */ setupOnce(): void; } //# sourceMappingURL=functiontostring.d.ts.map