ctx-core 4.14.0 → 4.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15,15 +15,6 @@ export declare function be_memo_pair_<
|
|
|
15
15
|
|[...((ctx:Ctx, memosig:sig_T<val_T>)=>unknown)[]]
|
|
16
16
|
|[...((ctx:Ctx, memosig:sig_T<val_T>)=>unknown)[], config:be_config_T]
|
|
17
17
|
):be_memo_pair_T<val_T, _memo_T, ctx_T>
|
|
18
|
-
export declare function globalThis__be_memo_pair_<
|
|
19
|
-
val_T,
|
|
20
|
-
_memo_T extends memo_T<val_T> = memo_T<val_T>,
|
|
21
|
-
ctx_T extends Ctx = Ctx
|
|
22
|
-
>(
|
|
23
|
-
rmemo__new:(ctx:Ctx, memo:_memo_T&{ _:val_T })=>val_T,
|
|
24
|
-
...subscriber_a_THEN_config:
|
|
25
|
-
|[...((ctx:Ctx, memosig:sig_T<val_T>)=>unknown)[], config:be_config_T&{ id:string }]
|
|
26
|
-
):be_memo_pair_T<val_T, _memo_T, ctx_T>
|
|
27
18
|
export type be_memo_pair_T<
|
|
28
19
|
val_T,
|
|
29
20
|
_memo_T extends memo_T<val_T> = memo_T<val_T>,
|