UNPKG
firewalk
Version:
latest (2.3.0)
2.3.0
2.2.1
2.2.0
2.1.6
2.1.1
2.1.0
2.0.1
2.0.0
1.0.0
0.0.1
A collection traversal library for Firestore
kafkas.github.io/firewalk
kafkas/firewalk
firewalk
/
dist
/
internal
/
implementations
/
index.d.ts
4 lines
(3 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
export
{
BasicBatchMigratorImpl
}
from
'./BasicBatchMigratorImpl'
;
export
{
BasicDefaultMigratorImpl
}
from
'./BasicDefaultMigratorImpl'
;
export
{
PromiseQueueBasedTraverserImpl
}
from
'./PromiseQueueBasedTraverserImpl'
;