UNPKG

177 BJavaScriptView Raw
1exports.getMemory = function(){
2 return "1MB (fake)";
3}
4
5exports.countCPUs = function(){
6 return "16 cores (fake)";
7}
8
9exports.getCPU = function(){
10 return "2% (fake)";
11}