UNPKG
@drip_sync/drip
Version:
latest (0.2.0)
0.2.0
0.1.0
0.0.1
Scalable incremental sync for MongoDB aggregation pipelines
@drip_sync/drip
/
dist
/
cleaner
/
cleaner.d.ts
3 lines
(2 loc)
•
177 B
TypeScript
View Raw
1
2
3
import
{
MongoClient
}
from
"mongodb"
;
export
declare
function
expirePCSEvents
(
collectionName
:
string
,
client
:
MongoClient
,
metadataDbName
:
string
,
until
:
Date
):
Promise
<
void
>;