We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01270d6 commit b7fa920Copy full SHA for b7fa920
src/util/log.ts
@@ -0,0 +1,5 @@
1
+import util from 'util';
2
+
3
+export function deepLog(obj: any) {
4
+ console.log(util.inspect(obj, { depth: null, colors: true, sorted: true }));
5
+}
0 commit comments