get_health

Function get_health 

Source
pub fn get_health() -> JsHealthResponse
Expand description

Get health status

ยงExample

const health = getHealth();
console.log(`Status: ${health.status}`);
console.log(`Uptime: ${health.uptimeSeconds}s`);