UNPKG

ember-m3

Version:

Alternative to @ember-data/model in which attributes and relationships are derived from API Payloads

10 lines (7 loc) 122 B
import Model from './model'; export default { class: Model, create(props) { return Model.create(props); }, };