/**
 * Re-exports the `find-my-way-ts` router package used by the unstable HTTP
 * routing modules.
 *
 * This module keeps the router types and helpers available from the Effect HTTP
 * namespace without wrapping or changing them.
 *
 * @since 4.0.0
 */

/**
 * @category re-exports
 * @since 4.0.0
 */
export * from "find-my-way-ts"
