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