From 27efe86f9c6071e68685ae26798af3b59726489a Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Tue, 14 Jan 2020 05:13:51 +0100 Subject: [PATCH] isParentOf --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 7ddcf46e..cd40b1f8 100644 --- a/src/index.js +++ b/src/index.js @@ -53,6 +53,7 @@ export { decodeSnapshot, encodeSnapshot, isDeleted, + isParentOf, equalSnapshots, PermanentUserData // @TODO experimental } from './internals.js'