Skip to content

@continuum-js/frp


@continuum-js/frp / constant

Function: constant() ​

constant<A>(v): State<A>

Defined in: index.ts:1590

The behavior that is v at every moment (applicative pure).

Type Parameters ​

A ​

A

Parameters ​

v ​

A

Returns ​

State<A>