Files
oh-my-opencode/dist/cli/run/display-chars.d.ts
T

6 lines
152 B
TypeScript
Raw Normal View History

export declare const displayChars: {
readonly treeEnd: "`-" | "└─";
readonly treeIndent: " ";
readonly treeJoin: " " | " ";
};