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

6 lines
166 B
TypeScript

export function supportsHyperlink(stream: {
isTTY?: boolean | undefined;
}): boolean;
export declare const stdout: boolean;
export declare const stderr: boolean;