⌨️ treeify.ts

This commit is contained in:
nirholas
2026-03-31 10:24:34 +00:00
parent 22cffda175
commit 8936ac8ba5

View File

@@ -168,3 +168,4 @@ export function treeify(obj: TreeNode, options: TreeifyOptions = {}): string {
growBranch(obj, '', true)
return lines.join('\n')
}