v-wordpress-plugin-updater/node_modules/supports-hyperlinks/index.d.ts
2025-08-14 00:05:37 -04:00

6 lines
167 B
TypeScript

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