Files
smartproxy/ts/protocols/index.ts

6 lines
94 B
TypeScript
Raw Normal View History

/**
* Protocol-specific modules for smartproxy
*/
export * as http from './http/index.js';