UNPKG
twist
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Declarative testing for JavaScript.
github.com/jorgebucaran/twist
jorgebucaran/twist
twist
/
lib
/
state.js
4 lines
(3 loc)
•
119 B
JavaScript
View Raw
1
2
3
4
export
const
subscribe
= (
listener, state
) =>
(
update, props
) =>
(
listener
((state =
update
(state, props))), props )