From 52b731ce688845f4ccc5552e1e61dbb93d1b6067 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 21 Dec 2020 00:00:56 +0000 Subject: [PATCH] fix(core): update --- ts/index.ts | 1 + 1 file changed, 1 insertion(+) 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';