Files
detector/ts/detector.plugins.ts

12 lines
320 B
TypeScript
Raw Permalink Normal View History

// node native
import * as net from 'net';
import * as tls from 'tls';
import * as http from 'http';
import * as https from 'https';
2021-04-13 08:30:33 +00:00
// pushrocks scope
import * as smartnetwork from '@push.rocks/smartnetwork';
import * as smarturl from '@push.rocks/smarturl';
2021-04-13 08:30:33 +00:00
export { net, tls, http, https, smartnetwork, smarturl };