UNPKG

@pushrocks/smartnetwork

Version:

network diagnostics

13 lines (12 loc) 516 B
import * as os from 'os'; import * as https from 'https'; import * as perfHooks from 'perf_hooks'; export { os, https, perfHooks }; import * as smartping from '@pushrocks/smartping'; import * as smartpromise from '@pushrocks/smartpromise'; import * as smartstring from '@pushrocks/smartstring'; export { smartpromise, smartping, smartstring }; import isopen from 'isopen'; import * as publicIp from 'public-ip'; import * as systeminformation from 'systeminformation'; export { isopen, publicIp, systeminformation };