fix(core): update

This commit is contained in:
2022-10-21 17:13:06 +02:00
parent 15744d3c4e
commit bcfa3be58b
7 changed files with 4537 additions and 18419 deletions

View File

@@ -6,18 +6,17 @@ import * as perfHooks from 'perf_hooks';
export { os, https, perfHooks };
// @pushrocks scope
import * as smartping from '@pushrocks/smartping';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartstring from '@pushrocks/smartstring';
export { smartpromise, smartstring };
export { smartpromise, smartping, smartstring };
// @third party scope
// @ts-ignore
import isopen from 'isopen';
// @ts-ignore
import icmp from 'icmp';
// @ts-ignore
import publicIp from 'public-ip';
import * as publicIp from 'public-ip';
import * as systeminformation from 'systeminformation';
export { isopen, icmp, publicIp, systeminformation };
export { isopen, publicIp, systeminformation };