From d0ab0afff86407053758d172eca464eb4062262b Mon Sep 17 00:00:00 2001 From: Amos Wenger Date: Wed, 20 May 2020 20:40:31 +0200 Subject: [PATCH] also export namespaced.. --- ts/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/index.ts b/ts/index.ts index a10ca15..e193ae8 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -2,6 +2,7 @@ export * from "./support"; export * from "./client"; export * from "./conversation"; export * from "./messages"; +export * as messages from "./messages"; export interface InitOpts { /** path to DB file */