From 625b1c687145a5f8b7d8760ecc8c3963da210c4a Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 16 Jun 2020 15:17:23 +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 8e035ca..fff31c0 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,3 +1,4 @@ export * from './typedrequest.classes.typedrequest'; export * from './typedrequest.classes.typedhandler'; export * from './typedrequest.classes.typedrouter'; +export * from './typedrequest.classes.typedresponseerror';