diff --git a/ts/smartproxy.classes.proxyworker.ts b/ts/smartproxy.classes.proxyworker.ts new file mode 100644 index 0000000..10ad9d0 --- /dev/null +++ b/ts/smartproxy.classes.proxyworker.ts @@ -0,0 +1,5 @@ +import * as plugins from './smartproxy.plugins'; + +export class ProxyWorker { + +}