UNPKG
@rxx/worker
Version:
latest (1.0.1-alpha.4)
1.0.1-alpha.4
1.0.1-alpha.3
React MVI micro framework.
github.com/brn/react-mvi
brn/react-mvi
@rxx/worker
/
lib
/
production
/
handler
/
combine-advice.d.ts
3 lines
(2 loc)
•
210 B
TypeScript
View Raw
1
2
3
import
{
AdviceDefinition
,
MethodInvocation
,
IntentCallback
}
from
'./advice'
;
export
declare
function
combineAdvice
(
...
advices
:
AdviceDefinition
[]
):
(
mi
:
MethodInvocation
,
ih
:
IntentCallback
) =>
Promise
<
any
>;