Skip to main content

Store Abstract (core)

Functions

select

import { select } from '@hexajs-dev/core';
function select<T, V>(selector: (state: T) => V): (source$: Observable<T>) => Observable<V>