@rx-mind/entity-component-store
Version:
Component Store with Entity Selectors and Updaters
4 lines (3 loc) • 346 B
TypeScript
export { EntityComponentStore, ENTITY_COMPONENT_STORE_CONFIG } from './lib/entity-component-store';
export { getInitialEntityState } from './lib/entity-state';
export { EntityState, EntityComponentStoreConfig, EntityMapOne, EntityMap, Predicate, SelectId, SortComparer, Update, PartialUpdater, ExtractEntity, ExtractId, } from './lib/models';