| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2025-09-30 19:48:27 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2025-09-30 19:48:27 UTC |
| parent | 48a62aad9e1ad14e4c44e1fcc68c7bb4407ff9aa |
| npm/index.ts | +3 | -0 |
diff --git a/npm/index.ts b/npm/index.ts index c7b097e..b8b15f7 100644 --- a/npm/index.ts +++ b/npm/index.ts @@ -20,6 +20,7 @@ export import Identicon = borogove.Identicon; export import Identity = borogove.Identity; export import Notification = borogove.Notification; export import Participant = borogove.Participant; +export import Persistence = borogove.Persistence; export import Push = borogove.Push; export import Reaction = borogove.Reaction; export import SerializedChat = borogove.SerializedChat; @@ -37,6 +38,8 @@ export import UserState = enums.UserState; export namespace persistence { export import IDB = IDBjs; + export import KeyValueStore = borogove.persistence.KeyValueStore; + export import MediaStore = borogove.persistence.MediaStore; export import MediaStoreCache = MediaStoreCachejs; export import Dummy = borogove.persistence.Dummy; export import Sqlite = borogove.persistence.Sqlite;