upgrade to different layout
This commit is contained in:
4
src/utils/debug.ts
Normal file
4
src/utils/debug.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export function debugObject(obj: any): string {
|
||||
return JSON.stringify(obj, null, 2)
|
||||
}
|
||||
|
Reference in New Issue
Block a user