progress and some refactoring
This commit is contained in:
parent
d236eca5e5
commit
d8ca2f3999
25 changed files with 376 additions and 163 deletions
7
util/pretty.js
Normal file
7
util/pretty.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { inspect } from 'node:util';
|
||||
|
||||
|
||||
export function pretty(obj) {
|
||||
return inspect(obj, { colors: true, depth: null });
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue