diff --git a/ts/index.ts b/ts/index.ts index fff31c0..8f76f4b 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -2,3 +2,4 @@ export * from './typedrequest.classes.typedrequest'; export * from './typedrequest.classes.typedhandler'; export * from './typedrequest.classes.typedrouter'; export * from './typedrequest.classes.typedresponseerror'; +export * from './typedrequest.classes.typedtarget';