Spaces:
Sleeping
Sleeping
File size: 155 Bytes
b593f0b | 1 2 3 4 5 6 7 8 9 | export { createEntityAdapter } from './create_adapter'
export type {
EntityState,
EntityAdapter,
Update,
IdSelector,
Comparer,
} from './models'
|