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.

4 lines 281 B
import type { PostLogProps, PreLogProps } from './index'; export declare function getPostRunLog({ className, method, result, suffix }: PostLogProps): string; export declare function getPreRunLog({ args, className, method }: PreLogProps): string; //# sourceMappingURL=utils.d.ts.map