⌨️ treeify.ts
This commit is contained in:
@@ -168,3 +168,4 @@ export function treeify(obj: TreeNode, options: TreeifyOptions = {}): string {
|
||||
growBranch(obj, '', true)
|
||||
return lines.join('\n')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user