export decodeStateVector - fixes #218

This commit is contained in:
Kevin Jahns 2020-07-12 18:41:34 +02:00
parent 859e169c91
commit cf420d6241

View File

@ -60,6 +60,8 @@ export {
encodeSnapshot,
decodeSnapshotV2,
encodeSnapshotV2,
decodeStateVector,
decodeStateVectorV2,
isDeleted,
isParentOf,
equalSnapshots,