mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-25 04:12:14 +08:00
6 lines
167 B
TypeScript
6 lines
167 B
TypeScript
export function supportsHyperlink(stream: {
|
|
isTTY?: boolean | undefined;
|
|
}): boolean;
|
|
|
|
export declare const stdout: boolean;
|
|
export declare const stderr: boolean;
|