smartproxy/ts/smartproxy.plugins.ts
2019-08-21 03:14:42 +02:00

13 lines
213 B
TypeScript

// node native scope
import * as http from 'http';
import * as https from 'https';
export { http, https };
// pushrocks scope
import * as smartrequest from '@pushrocks/smartrequest';
export {
smartrequest
};