smartsystem/ts/index.ts

7 lines
162 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()
2019-08-22 11:01:44 +00:00
public cpus = plugins.os.cpus();
2016-10-14 01:24:29 +00:00
}