All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
3 lines
161 B
TypeScript
3 lines
161 B
TypeScript
export { createEntityAdapter } from './create_adapter';
|
|
export type { Dictionary, EntityState, EntityAdapter, Update, IdSelector, Comparer, } from './models';
|