From 8dd90b9dee7bd07d10f0f91fb4639609fb7503c7 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 3 Oct 2024 21:01:36 +0100 Subject: [PATCH] chore: add couple more exported utils --- src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.ts b/src/router/index.ts index 5fd7c4d..adc0112 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -1,4 +1,4 @@ -export { applyHeaders, applySearchParams } from './http'; +export { applyHeaders, applySearchParams, createMutableResponse, createRouteRequest } from './http'; export * from './request-context'; export * from './router'; export * from './types';