smartsystem/ts/smartsystem.plugins.ts

17 lines
413 B
TypeScript
Raw Normal View History

2019-08-21 23:05:21 +00:00
// node native
2019-09-08 13:56:50 +00:00
import os from 'os';
2019-08-21 23:05:21 +00:00
2019-09-08 13:56:50 +00:00
export { os };
2019-08-21 23:05:21 +00:00
import * as lik from '@pushrocks/lik';
import * as smartenv from '@pushrocks/smartenv';
2019-09-08 13:56:50 +00:00
import * as smartnetwork from '@pushrocks/smartnetwork';
2019-08-21 23:05:21 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
2019-09-08 13:56:50 +00:00
export { lik, smartenv, smartnetwork, smartpromise };
// third party
import * as systeminformation from 'systeminformation';
export { systeminformation };