From e3dbe4c4f76f44f0931349553ea715d6750372fd Mon Sep 17 00:00:00 2001 From: Thibault Malbranche Date: Fri, 17 Sep 2021 10:03:38 +0200 Subject: [PATCH] Update index.ts --- src/storageWrappers/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storageWrappers/index.ts b/src/storageWrappers/index.ts index 55e686c2..38383427 100644 --- a/src/storageWrappers/index.ts +++ b/src/storageWrappers/index.ts @@ -3,4 +3,5 @@ export * from './IonicStorageWrapper'; export * from './LocalForageWrapper'; export * from './LocalStorageWrapper'; export * from './MMKVStorageWrapper'; +export * from './MMKVWrapper'; export * from './SessionStorageWrapper';