BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-03-24 23:11:53 +01:00
parent b52bb4b474
commit 8b2f541150
10 changed files with 5990 additions and 15254 deletions

View File

@@ -12,9 +12,12 @@ import * as smartstring from '@pushrocks/smartstring';
export { smartpromise, smartstring };
// @third party scope
const isopen = require('isopen');
const icmp = require('icmp');
import * as publicIp from 'public-ip';
// @ts-ignore
import isopen from 'isopen';
// @ts-ignore
import icmp from 'icmp';
// @ts-ignore
import publicIp from 'public-ip';
import * as systeminformation from 'systeminformation';
export { isopen, icmp, publicIp, systeminformation };