initial commit
This commit is contained in:
5
node_modules/unenv/runtime/npm/debug.d.ts
generated
vendored
Normal file
5
node_modules/unenv/runtime/npm/debug.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare const debug: () => {
|
||||
(...data: any[]): void;
|
||||
(message?: any, ...optionalParams: any[]): void;
|
||||
};
|
||||
export default debug;
|
||||
Reference in New Issue
Block a user