6 lines
152 B
TypeScript
6 lines
152 B
TypeScript
export declare const displayChars: {
|
|
readonly treeEnd: "`-" | "└─";
|
|
readonly treeIndent: " ";
|
|
readonly treeJoin: " " | " ";
|
|
};
|