4 lines
60 B
TypeScript
4 lines
60 B
TypeScript
declare function debug(name: string): any;
|
|
|
|
export = debug;
|
declare function debug(name: string): any;
|
|
|
|
export = debug;
|