smartproxy/ts/smartproxy.plugins.ts
2019-08-20 19:02:13 +02:00

11 lines
224 B
TypeScript

// node native scope
import * as https from 'https';
export { https };
// third party scope
import express from 'express';
import httpProxyMiddleware from 'http-proxy-middleware';
export { express, httpProxyMiddleware };