Files
smartnetwork/ts/smartnetwork.plugins.ts

18 lines
393 B
TypeScript
Raw Normal View History

2019-04-16 10:21:11 +02:00
// native scope
import * as os from 'node:os';
import * as https from 'node:https';
import * as perfHooks from 'node:perf_hooks';
2019-09-08 14:59:47 +02:00
2021-04-28 13:41:55 +00:00
export { os, https, perfHooks };
2019-04-16 10:21:11 +02:00
// @pushrocks scope
import * as smartdns from '@push.rocks/smartdns';
import * as smartrust from '@push.rocks/smartrust';
2019-04-16 10:21:11 +02:00
export { smartdns, smartrust };
2019-04-16 10:21:11 +02:00
// third party
import * as maxmind from 'maxmind';
2017-12-12 23:35:20 +01:00
export { maxmind };