6 lines
94 B
TypeScript
6 lines
94 B
TypeScript
/**
|
|
* Protocol-specific modules for smartproxy
|
|
*/
|
|
|
|
export * as http from './http/index.js';
|