8 lines
174 B
TypeScript
8 lines
174 B
TypeScript
import * as plugins from './smartsystem.plugins';
|
|
|
|
export class Smartsystem {
|
|
public env = new plugins.smartenv.Smartenv()
|
|
|
|
public cpuCount = plugins.os.cpus().length;
|
|
}
|