smartsystem/ts/index.ts

8 lines
174 B
TypeScript
Raw Normal View History

2019-08-21 23:05:21 +00:00
import * as plugins from './smartsystem.plugins';
2016-10-06 21:00:29 +00:00
2019-08-21 23:05:21 +00:00
export class Smartsystem {
public env = new plugins.smartenv.Smartenv()
2016-10-11 23:41:30 +00:00
2019-08-21 23:05:21 +00:00
public cpuCount = plugins.os.cpus().length;
2016-10-14 01:24:29 +00:00
}