UNPKG

@spartacus/core

Version:

Spartacus - the core framework

3 lines (2 loc) 127 B
import { EntityState } from './entity-state'; export declare function entitySelector<T>(state: EntityState<T>, id: string): T;