// @ts-check // Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL // This file is automatically generated. DO NOT EDIT export function GetCpuInfo() { return window['go']['system']['InfoUtils']['GetCpuInfo'](); } export function GetDiskPartitions() { return window['go']['system']['InfoUtils']['GetDiskPartitions'](); } export function GetDiskUsage(arg1) { return window['go']['system']['InfoUtils']['GetDiskUsage'](arg1); } export function GetNetWorkConnection() { return window['go']['system']['InfoUtils']['GetNetWorkConnection'](); } export function ScanDir(arg1) { return window['go']['system']['InfoUtils']['ScanDir'](arg1); }