Skip to content

@continuum-js/frp


@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>