mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-18 16:02:57 +00:00
6 lines
166 B
TypeScript
6 lines
166 B
TypeScript
export function supportsHyperlink(stream: {
|
|
isTTY?: boolean | undefined;
|
|
}): boolean;
|
|
export declare const stdout: boolean;
|
|
export declare const stderr: boolean;
|