@continuum-js/frp / state
Function: state()
state<
A>(init,eq?):StateSource<A>
Defined in: index.ts:1457
Type Parameters
A
A
Parameters
init
A
eq?
(prev, next) => boolean
Returns
StateSource<A>
@continuum-js/frp / state
state<
A>(init,eq?):StateSource<A>
Defined in: index.ts:1457
A
A
(prev, next) => boolean
StateSource<A>