From 400b68daf0ef345f3363f82c4cffe793c3395eb4 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Tue, 5 May 2020 11:41:00 +0200 Subject: [PATCH] fix --- lib/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.ts b/lib/index.ts index 5e3d2d2..b824e30 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -7,4 +7,5 @@ export { ControlModel } from './ControlModel'; export { DatabaseModel } from './DatabaseModel'; +export { Persistent } from './Persistent'; export * from './interfaces';