9 lines
273 B
TypeScript
9 lines
273 B
TypeScript
|
/**
|
||
|
* Route helpers for SmartProxy
|
||
|
*
|
||
|
* This module provides helper functions for creating various types of route configurations
|
||
|
* to be used with the SmartProxy system.
|
||
|
*/
|
||
|
|
||
|
// Re-export all functions from the route-helpers.ts file
|
||
|
export * from '../route-helpers.js';
|