feat(typedrouter): add middleware support to TypedRouter and export middleware type
This commit is contained in:
@@ -5,5 +5,5 @@ export * from './classes.typedresponseerror.js';
|
||||
export * from './classes.typedtarget.js';
|
||||
export * from './classes.virtualstream.js';
|
||||
|
||||
// Re-export hook interfaces from typedrouter
|
||||
export type { ITypedRequestLogEntry, ITypedRouterHooks } from './classes.typedrouter.js';
|
||||
// Re-export hook interfaces and middleware type from typedrouter
|
||||
export type { ITypedRequestLogEntry, ITypedRouterHooks, TMiddlewareFunction } from './classes.typedrouter.js';
|
||||
Reference in New Issue
Block a user