UNPKG

115 BTypeScriptView Raw
1export declare class CliHelper {
2 static getCurrentIP(hostOrHosts: string | string[] | undefined): string;
3}