@testim/coralogix-logger
Version:
Node.js SDK to send your logs to Coralogix
21 lines (20 loc) • 530 B
TypeScript
/**
* @namespace IPHelper
* @description IP-address helper methods namespace
*/
export declare namespace IPHelper {
/**
* @function getIp
* @description Get current machine IP-address
* @memberOf IPHelper
* @returns {string} Current machine IP-address
*/
function getIp(): string;
/**
* @function getComputerName
* @description Get current machine hostname
* @memberOf IPHelper
* @returns {string} Current machine hostname
*/
function getComputerName(): any;
}