UNPKG

@krauters/debuggable

Version:

A TypeScript utility that automatically adds detailed debug logs before and after method calls in classes, simplifying the tracking of execution flow and troubleshooting.

3 lines 172 B
import type { Logger } from './structures'; export declare function debuggable(log?: Logger): (target: any, context?: any) => void; //# sourceMappingURL=decorators.d.ts.map