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

6 lines
166 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
export function supportsHyperlink(stream: {
isTTY?: boolean | undefined;
}): boolean;
export declare const stdout: boolean;
export declare const stderr: boolean;