mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-16 11:05:32 +00:00
7 lines
167 B
TypeScript
7 lines
167 B
TypeScript
export function supportsHyperlink(stream: {
|
|
isTTY?: boolean | undefined;
|
|
}): boolean;
|
|
|
|
export declare const stdout: boolean;
|
|
export declare const stderr: boolean;
|