fix(core): update

This commit is contained in:
2022-02-17 00:03:13 +01:00
parent 068177b09d
commit c308589d28
6 changed files with 83 additions and 3 deletions

View File

@@ -13,7 +13,8 @@ export { smartpromise, smartstring };
// @third party scope
const isopen = require('isopen');
import publicIp from 'public-ip';
const icmp = require('icmp');
import * as publicIp from 'public-ip';
import * as systeminformation from 'systeminformation';
export { isopen, publicIp, systeminformation };
export { isopen, icmp, publicIp, systeminformation };