Files
smartnetwork/ts/smartnetwork.plugins.ts

18 lines
393 B
TypeScript

// native scope
import * as os from 'node:os';
import * as https from 'node:https';
import * as perfHooks from 'node:perf_hooks';
export { os, https, perfHooks };
// @pushrocks scope
import * as smartdns from '@push.rocks/smartdns';
import * as smartrust from '@push.rocks/smartrust';
export { smartdns, smartrust };
// third party
import * as maxmind from 'maxmind';
export { maxmind };