UNPKG

@sentry/node

Version:
18 lines (17 loc) 359 B
import { Integration } from '@sentry/types'; /** Console module integration */ export declare class Console implements Integration { /** * @inheritDoc */ static id: string; /** * @inheritDoc */ name: string; /** * @inheritDoc */ setupOnce(): void; } //# sourceMappingURL=console.d.ts.map