epiphany/node_modules/supports-hyperlinks/index.d.ts

6 lines
166 B
TypeScript
Raw Normal View History

2023-12-09 22:48:07 -08:00
export function supportsHyperlink(stream: {
isTTY?: boolean | undefined;
}): boolean;
export declare const stdout: boolean;
export declare const stderr: boolean;