Files
OliveTin/frontend/node_modules/supports-hyperlinks/index.d.ts

7 lines
167 B
TypeScript

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