Skip to content

@continuum-js/frp


@continuum-js/frp / unobserve_

Function: unobserve_() ​

unobserve_(e, handle): void

Defined in: index.ts:1393

Internal

Detach a subscription made with observe_.

Parameters ​

e ​

Stream<unknown>

handle ​

ObserverHandle

Returns ​

void