7 lines
131 B
TypeScript
7 lines
131 B
TypeScript
/**
|
|
* PROXY Protocol Module
|
|
* HAProxy PROXY protocol implementation
|
|
*/
|
|
|
|
export * from './types.js';
|
|
export * from './parser.js'; |