项目文件夹

文件
2026-04-20 08:24:03 +00:00

7 行
270 B
TypeScript

export declare const UNKNOWN_TERMINAL_WIDTH = 40;
export declare function getTerminalWidth(options?: {
preferEnv?: boolean;
fallback?: number | null;
}): number | null;
export declare function getAdaptiveBarWidth(): number;
//# sourceMappingURL=terminal.d.ts.map