Files
smartnetwork/ts/smartnetwork.plugins.ts

22 lines
607 B
TypeScript

// native scope
import * as os from 'os';
import * as https from 'https';
import * as perfHooks from 'perf_hooks';
export { os, https, perfHooks };
// @pushrocks scope
import * as smartdns from '@push.rocks/smartdns';
import * as smartping from '@push.rocks/smartping';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartstring from '@push.rocks/smartstring';
export { smartdns, smartpromise, smartping, smartstring };
// @third party scope
// @ts-ignore
import isopen from 'isopen';
import * as systeminformation from 'systeminformation';
export { isopen, systeminformation };