Files
oh-my-opencode/dist/cli/run/display-chars.d.ts
T
2026-03-14 04:56:50 +00:00

6 lines
152 B
TypeScript

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