UNPKG

ember-m3

Version:

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

5 lines (4 loc) 200 B
// This weakmap is used to keep track of all record types recognized by the m3 schema // It will be keyed on a per store basis let seenTypesPerStore = new WeakMap(); export default seenTypesPerStore;