Skip to content

Commit 8dd90b9

Browse files
committed
chore: add couple more exported utils
1 parent 0b51657 commit 8dd90b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/router/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export { applyHeaders, applySearchParams } from './http';
1+
export { applyHeaders, applySearchParams, createMutableResponse, createRouteRequest } from './http';
22
export * from './request-context';
33
export * from './router';
44
export * from './types';

0 commit comments

Comments
 (0)