2019-08-22 01:05:21 +02:00
|
|
|
// node native
|
2019-09-08 15:56:50 +02:00
|
|
|
import os from 'os';
|
2019-08-22 01:05:21 +02:00
|
|
|
|
2019-09-08 15:56:50 +02:00
|
|
|
export { os };
|
2019-08-22 01:05:21 +02:00
|
|
|
|
2025-08-29 12:33:51 +00:00
|
|
|
import * as lik from '@push.rocks/lik';
|
|
|
|
import * as smartenv from '@push.rocks/smartenv';
|
|
|
|
import * as smartnetwork from '@push.rocks/smartnetwork';
|
|
|
|
import * as smartpromise from '@push.rocks/smartpromise';
|
2019-08-22 01:05:21 +02:00
|
|
|
|
2019-09-08 15:56:50 +02:00
|
|
|
export { lik, smartenv, smartnetwork, smartpromise };
|
|
|
|
|
|
|
|
// third party
|
|
|
|
import * as systeminformation from 'systeminformation';
|
|
|
|
|
|
|
|
export { systeminformation };
|