Files
Botexercito/Frontend/angular-internal-chat/node_modules/thingies/lib/debug.d.ts
T
2026-03-22 18:07:19 +00:00

2 lines
250 B
TypeScript

export declare function debug<This, Args extends any[], Return>(name?: string): (fn: (this: This, ...args: Args) => Return, context?: ClassMethodDecoratorContext<This, (this: This, ...args: Args) => Return>) => (this: This, ...args: Args) => Return;