From cf420d624129114ca81f8856dbcdfc65548e821b Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Sun, 12 Jul 2020 18:41:34 +0200 Subject: [PATCH] export decodeStateVector - fixes #218 --- src/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.js b/src/index.js index 2e8e86a2..0898922f 100644 --- a/src/index.js +++ b/src/index.js @@ -60,6 +60,8 @@ export { encodeSnapshot, decodeSnapshotV2, encodeSnapshotV2, + decodeStateVector, + decodeStateVectorV2, isDeleted, isParentOf, equalSnapshots,