isParentOf

This commit is contained in:
Kevin Jahns 2020-01-14 05:13:51 +01:00
parent 882b9055c7
commit 27efe86f9c

View File

@ -53,6 +53,7 @@ export {
decodeSnapshot, decodeSnapshot,
encodeSnapshot, encodeSnapshot,
isDeleted, isDeleted,
isParentOf,
equalSnapshots, equalSnapshots,
PermanentUserData // @TODO experimental PermanentUserData // @TODO experimental
} from './internals.js' } from './internals.js'