@ember-data/record-data
Version:
Provides the default RecordData implementation for ember-data
6 lines (5 loc) • 372 B
text/typescript
export { default as RecordData } from './record-data';
export { default as Relationship } from './relationships/state/relationship';
export { default as BelongsToRelationship } from './relationships/state/belongs-to';
export { default as ManyRelationship } from './relationships/state/has-many';
export { relationshipStateFor, relationshipsFor } from './record-data-for';