UNPKG

@rx-mind/entity-component-store

Version:
4 lines (3 loc) 346 B
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';