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
/
cea
/
scope_ppl
/
scope_path_expression.d.ts
2 lines
(1 loc)
•
132 B
TypeScript
View Raw
1
2
export
declare
function
scopePathExpression
(
e
:
string
,
path
:
string
,
vars
:
Record
<
string
,
true
>
):
string
|
Record
<
string
,
unknown
>;