UNPKG

ember-m3

Version:

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

11 lines (9 loc) 215 B
import { setOwner } from '@ember/application'; export const OWNER_KEY = (function() { let f = Object.create(null); let u = {}; setOwner(f, u); for (let ownerSymbol in f) { return ownerSymbol; } })();